diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-06-18 07:26:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-18 07:26:40 +0200 |
| commit | a7b0b2ecbf82f823750f641500085f316cb4edd0 (patch) | |
| tree | a751383a9c47788e42064b272fc6a45e23f32601 /searx/webapp.py | |
| parent | 8177bf3f0a4d4f22cf63812dc86a80535cd15d68 (diff) | |
| parent | 31005595c9681fbcc75d5d933c3cac1300a22e75 (diff) | |
Merge pull request #1329 from samsaptidev/feature/privacypolicy_url
Add privacypolicy_url option
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 2ec2f7edd..d4fb1c7dc 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -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, |