From 07a94d4d2e7219eda74c34caaf5424cd8b9c3e97 Mon Sep 17 00:00:00 2001 From: Aadniz <8147434+Aadniz@users.noreply.github.com> Date: Tue, 22 Apr 2025 17:28:51 +0200 Subject: [mod] include SEARXNG_METHOD environment variable --- searx/settings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index e3201e8ca..65afb086f 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -101,7 +101,8 @@ server: # 1.0 and 1.1 are supported http_protocol_version: "1.0" # POST queries are more secure as they don't show up in history but may cause - # problems when using Firefox containers + # problems when using Firefox containers. + # Is overwritten by ${SEARXNG_METHOD} method: "POST" default_http_headers: X-Content-Type-Options: nosniff -- cgit v1.2.3