Refactor searxng.yml to update search formats and deny access to certain formats

This commit is contained in:
2024-06-10 22:19:11 +08:00
parent a251d57742
commit f6934952cf
+7 -1
View File
@@ -8,4 +8,10 @@ server:
ui:
static_use_hash: true
redis:
url: redis://redis_valkey:6379/0
url: redis://redis_valkey:6379/0
search:
# remove format to deny access, use lower case.
# formats: [html, csv, json, rss]
formats:
- html
- json