From fe08bb1d909cb6cef57ce91211c2cbed63300c9e Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 27 Oct 2024 13:17:40 +0100 Subject: [mod] botdetection: HTTP Fetch Metadata Request Headers HTTP Fetch Metadata Request Headers [1][2] are used to detect bot requests. Bots with invalid *Fetch Metadata* will be redirected to the intro (`index`) page. [1] https://www.w3.org/TR/fetch-metadata/ [2] https://developer.mozilla.org/en-US/docs/Glossary/Fetch_metadata_request_header Signed-off-by: Markus Heiser --- docs/src/searx.botdetection.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/src/searx.botdetection.rst b/docs/src/searx.botdetection.rst index 04cb81dfd..1c3e12dad 100644 --- a/docs/src/searx.botdetection.rst +++ b/docs/src/searx.botdetection.rst @@ -53,6 +53,9 @@ Probe HTTP headers .. automodule:: searx.botdetection.http_user_agent :members: +.. automodule:: searx.botdetection.sec_fetch + :members: + .. _botdetection config: Config -- cgit v1.2.3