diff options
author | samsaptidev <sam@sapti.me> | 2022-06-15 22:06:52 +0200 |
---|---|---|
committer | samsaptidev <sam@sapti.me> | 2022-06-16 11:56:24 +0200 |
commit | 31005595c9681fbcc75d5d933c3cac1300a22e75 (patch) | |
tree | 5c8012e8a52bcb899b22aa410a1f152521ecc8a6 /searx/settings.yml | |
parent | 36184b2f29187e37061590b40ce404b6a2a20c55 (diff) | |
download | searxng-31005595c9681fbcc75d5d933c3cac1300a22e75.tar.gz searxng-31005595c9681fbcc75d5d933c3cac1300a22e75.zip |
Add privacypolicy_url option
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4ade99a06..bf0ae9dc5 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1,6 +1,7 @@ general: debug: false # Debug mode, only for development instance_name: "SearXNG" # displayed name + privacypolicy_url: false # https://example.com/privacy contact_url: false # mailto:contact@example.com enable_metrics: true # record stats |