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/settings.yml | |
| parent | 8177bf3f0a4d4f22cf63812dc86a80535cd15d68 (diff) | |
| parent | 31005595c9681fbcc75d5d933c3cac1300a22e75 (diff) | |
Merge pull request #1329 from samsaptidev/feature/privacypolicy_url
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 709e43627..1a5d85d1a 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 |