diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-05-07 10:25:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-07 10:25:47 +0200 |
| commit | 6e7119fa4e8f5eef1dbfcd8dfb88d72ef84fba08 (patch) | |
| tree | c8d34641dd2668c3ad6e52b7dbef06e10bb24978 /searx/botdetection/http_sec_fetch.py | |
| parent | f52cd3f00891119455a78b41763e1056e478be32 (diff) | |
[fix] references from searx.botdetection.http_sec_fetch (#4723)
Diffstat (limited to 'searx/botdetection/http_sec_fetch.py')
| -rw-r--r-- | searx/botdetection/http_sec_fetch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/botdetection/http_sec_fetch.py b/searx/botdetection/http_sec_fetch.py index 536fbbd3f..ead798b5e 100644 --- a/searx/botdetection/http_sec_fetch.py +++ b/searx/botdetection/http_sec_fetch.py @@ -12,10 +12,10 @@ Metadata`_. A request is filtered out in case of: .. _Fetch Metadata: 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 -.. Sec-Fetch-Mode: +.. _Sec-Fetch-Mode: https://developer.mozilla.org/en-US/docs/Web/API/Request/mode |