mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
5720844fcd
We have built up detailed documentation of the *settings* and the *engines* over the past few years. However, this documentation was still spread over various chapters and was difficult to navigate in its entirety. This patch rearranges the Settings & Engines documentation for better readability. To review new ordered docs:: make docs.clean docs.live Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
49 lines
788 B
ReStructuredText
49 lines
788 B
ReStructuredText
.. _botdetection:
|
|
|
|
=============
|
|
Bot Detection
|
|
=============
|
|
|
|
.. contents::
|
|
:depth: 2
|
|
:local:
|
|
:backlinks: entry
|
|
|
|
.. automodule:: searx.botdetection
|
|
:members:
|
|
|
|
.. automodule:: searx.botdetection.limiter
|
|
:members:
|
|
|
|
.. automodule:: searx.botdetection.ip_lists
|
|
:members:
|
|
|
|
|
|
Rate limit
|
|
==========
|
|
|
|
.. automodule:: searx.botdetection.ip_limit
|
|
:members:
|
|
|
|
.. automodule:: searx.botdetection.link_token
|
|
:members:
|
|
|
|
|
|
Probe HTTP headers
|
|
==================
|
|
|
|
.. automodule:: searx.botdetection.http_accept
|
|
:members:
|
|
|
|
.. automodule:: searx.botdetection.http_accept_encoding
|
|
:members:
|
|
|
|
.. automodule:: searx.botdetection.http_accept_language
|
|
:members:
|
|
|
|
.. automodule:: searx.botdetection.http_connection
|
|
:members:
|
|
|
|
.. automodule:: searx.botdetection.http_user_agent
|
|
:members:
|