diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-07-27 11:22:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 11:22:18 +0200 |
| commit | ed0db4d61a2e0dae4953eb813604e2d8834868bb (patch) | |
| tree | 6c3e0a1bb68e4b55c40ab1b908e0c00db32280b6 /tests/unit/settings | |
| parent | 24fcd7475a280e74105840b7b63fca3be4dbf397 (diff) | |
| parent | 7b40c736e6deac831eb00d8a988516ac9adfad79 (diff) | |
Merge pull request #226 from return42/hardening
[mod] hardening SearXNG instances by default (formats)
Diffstat (limited to 'tests/unit/settings')
| -rw-r--r-- | tests/unit/settings/test_settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/settings/test_settings.yml b/tests/unit/settings/test_settings.yml new file mode 100644 index 000000000..a975c8739 --- /dev/null +++ b/tests/unit/settings/test_settings.yml @@ -0,0 +1,5 @@ +# This SearXNG setup is used in unit tests + +use_default_settings: true +search: + formats: [html, csv, json, rss] |