mirror of
https://github.com/searxng/searxng.git
synced 2025-11-21 14:03:10 -05:00
[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:
parent
af111e413c
commit
041f457dfa
@ -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``"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user