searxng/searx/botdetection
Markus Heiser 1c9b28968d [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 <markus.heiser@darmarit.de>
2024-10-27 13:42:57 +01:00
..
__init__.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
_helpers.py [mod] botdetection: HTTP Fetch Metadata Request Headers 2024-10-27 13:42:57 +01:00
config.py [fix] add missing tomli to the requirements.txt 2024-10-26 15:59:42 +02:00
http_accept.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
http_accept_encoding.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
http_accept_language.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
http_connection.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
http_sec_fetch.py [mod] botdetection: HTTP Fetch Metadata Request Headers 2024-10-27 13:42:57 +01:00
http_user_agent.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
ip_limit.py [fix] correct typo in API_WONDOW to API_WINDOW 2024-09-01 08:37:24 +02:00
ip_lists.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
link_token.py [fix] Removes ``/>`` ending tags for void HTML elements 2024-09-15 15:19:51 +02:00