[fix] references from searx.botdetection.http_sec_fetch (#4723)

This commit is contained in:
Markus Heiser 2025-05-07 10:25:47 +02:00 committed by GitHub
parent f52cd3f008
commit 6e7119fa4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ Probe HTTP headers
.. automodule:: searx.botdetection.http_user_agent .. automodule:: searx.botdetection.http_user_agent
:members: :members:
.. automodule:: searx.botdetection.sec_fetch .. automodule:: searx.botdetection.http_sec_fetch
:members: :members:
.. _botdetection config: .. _botdetection config:

View File

@ -12,10 +12,10 @@ Metadata`_. A request is filtered out in case of:
.. _Fetch Metadata: .. _Fetch Metadata:
https://developer.mozilla.org/en-US/docs/Glossary/Fetch_metadata_request_header https://developer.mozilla.org/en-US/docs/Glossary/Fetch_metadata_request_header
.. Sec-Fetch-Dest: .. _Sec-Fetch-Dest:
https://developer.mozilla.org/en-US/docs/Web/API/Request/destination https://developer.mozilla.org/en-US/docs/Web/API/Request/destination
.. Sec-Fetch-Mode: .. _Sec-Fetch-Mode:
https://developer.mozilla.org/en-US/docs/Web/API/Request/mode https://developer.mozilla.org/en-US/docs/Web/API/Request/mode