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

This commit is contained in:
Matthias Mair
2023-06-12 20:10:13 +10:00
committed by GitHub
parent 9f56ee1023
commit 2f98ed7022
5 changed files with 3 additions and 64 deletions
-7
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'),