forked from Icycoide/searxng
Add privacypolicy_url option
This commit is contained in:
parent
36184b2f29
commit
31005595c9
7 changed files with 18 additions and 2 deletions
|
@ -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),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue