2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +00:00

remove signatur checking (we do not use included git anymore) (#5018)

This commit is contained in:
Matthias Mair
2023-06-12 12:10:13 +02:00
committed by GitHub
parent 9f56ee1023
commit 2f98ed7022
5 changed files with 3 additions and 64 deletions

View File

@ -1616,13 +1616,6 @@ class InvenTreeSetting(BaseInvenTreeSetting):
'requires_restart': True,
},
'PLUGIN_CHECK_SIGNATURES': {
'name': _('Check plugin signatures'),
'description': _('Check and show signatures for plugins'),
'default': False,
'validator': bool,
},
# Settings for plugin mixin features
'ENABLE_PLUGINS_URL': {
'name': _('Enable URL integration'),