[fix] presearch engine: blocked by captcha on every request

Presearch responds with a Cloudflare captcha on each request when using HTTP2.
Using HTTP1.1, everything seems to work fine.

- other engines with the same issue: pixabay, uxwing
- closes https://github.com/searxng/searxng/issues/5438
This commit is contained in:
Bnyro 2025-11-20 13:30:12 +01:00
parent af111e413c
commit 041f457dfa

View File

@ -89,6 +89,9 @@ time_range_support = True
send_accept_language_header = True send_accept_language_header = True
categories = ["general", "web"] # general, images, videos, news categories = ["general", "web"] # general, images, videos, news
# HTTP2 requests immediately get blocked by a CAPTCHA
enable_http2 = False
search_type = "search" search_type = "search"
"""must be any of ``search``, ``images``, ``videos``, ``news``""" """must be any of ``search``, ``images``, ``videos``, ``news``"""