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
|
@ -1355,6 +1355,7 @@ def config():
|
|||
'default_theme': settings['ui']['default_theme'],
|
||||
'version': VERSION_STRING,
|
||||
'brand': {
|
||||
'PRIVACYPOLICY_URL': get_setting('general.privacypolicy_url'),
|
||||
'CONTACT_URL': get_setting('general.contact_url'),
|
||||
'GIT_URL': GIT_URL,
|
||||
'GIT_BRANCH': GIT_BRANCH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue