diff options
| author | Aadniz <8147434+Aadniz@users.noreply.github.com> | 2025-04-22 17:28:51 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-04-23 07:29:26 +0200 |
| commit | 07a94d4d2e7219eda74c34caaf5424cd8b9c3e97 (patch) | |
| tree | b320d34fee4b1a994ba6bd570167d67e96714a9e /searx/settings.yml | |
| parent | e9157b3c1a502a5898d370c0e98cc3e5ef8ef3f0 (diff) | |
[mod] include SEARXNG_METHOD environment variable
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |