summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorsamsaptidev <sam@sapti.me>2022-06-15 22:06:52 +0200
committersamsaptidev <sam@sapti.me>2022-06-16 11:56:24 +0200
commit31005595c9681fbcc75d5d933c3cac1300a22e75 (patch)
tree5c8012e8a52bcb899b22aa410a1f152521ecc8a6 /searx/webapp.py
parent36184b2f29187e37061590b40ce404b6a2a20c55 (diff)
Add privacypolicy_url option
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 2ec2f7ed..d4fb1c7d 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,