From 1332c86eccb5d714caae84830fc37e313f9e25b3 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Tue, 12 May 2026 16:38:35 +0800 Subject: [PATCH] fix: remove search formats to deny access --- swarm/searxng/settings.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/swarm/searxng/settings.yml b/swarm/searxng/settings.yml index e307c7c..c598dbf 100644 --- a/swarm/searxng/settings.yml +++ b/swarm/searxng/settings.yml @@ -22,9 +22,3 @@ ui: static_use_hash: true valkey: url: redis://searxng_redis_valkey:6379/0 -search: - # remove format to deny access, use lower case. - # formats: [html, csv, json, rss] - formats: - - html - - json \ No newline at end of file