mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Add privacypolicy_url option
This commit is contained in:
@@ -140,6 +140,7 @@ SCHEMA = {
|
||||
'general': {
|
||||
'debug': SettingsValue(bool, False, 'SEARXNG_DEBUG'),
|
||||
'instance_name': SettingsValue(str, 'SearXNG'),
|
||||
'privacypolicy_url': SettingsValue((None, False, str), None),
|
||||
'contact_url': SettingsValue((None, False, str), None),
|
||||
'enable_metrics': SettingsValue(bool, True),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user