You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/botdetection
Markus Heiser 3294e7cfe4 [fix] reduce error logs related to X-Forwarded-For & X-Real-IP headers
To test start a `make run` instance and query multiple times for `ip` (the
answerer), you should see only once the error message(s):

    ERROR   searx.botdetection            : X-Forwarded-For header is not set!
    ERROR   searx.botdetection            : X-Real-IP header is not set!

[1] https://github.com/searxng/searxng-docker/discussions/174
[2] https://github.com/searxng/searxng-docker/pull/162#issuecomment-1692834457

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1 year ago
..
__init__.py [fix] limiter: replace real_ip by IPv4/v6 network 1 year ago
_helpers.py [fix] reduce error logs related to X-Forwarded-For & X-Real-IP headers 1 year ago
http_accept.py [fix] limiter: replace real_ip by IPv4/v6 network 1 year ago
http_accept_encoding.py [fix] limiter: replace real_ip by IPv4/v6 network 1 year ago
http_accept_language.py [fix] limiter: replace real_ip by IPv4/v6 network 1 year ago
http_connection.py [fix] limiter: replace real_ip by IPv4/v6 network 1 year ago
http_user_agent.py [fix] limiter: replace real_ip by IPv4/v6 network 1 year ago
ip_limit.py [mod] limiter: blocklist and passlist (ip_lists) 1 year ago
ip_lists.py [mod] limiter: blocklist and passlist (ip_lists) 1 year ago
limiter.py [mod] limiter: blocklist and passlist (ip_lists) 1 year ago
limiter.toml [mod] limiter: blocklist and passlist (ip_lists) 1 year ago
link_token.py [mod] limiter: blocklist and passlist (ip_lists) 1 year ago