diff options
Diffstat (limited to 'searx/engines')
| -rw-r--r-- | searx/engines/presearch.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/engines/presearch.py b/searx/engines/presearch.py index 36b754f87..69fbdfa91 100644 --- a/searx/engines/presearch.py +++ b/searx/engines/presearch.py @@ -89,6 +89,9 @@ time_range_support = True send_accept_language_header = True categories = ["general", "web"] # general, images, videos, news +# HTTP2 requests immediately get blocked by a CAPTCHA +enable_http2 = False + search_type = "search" """must be any of ``search``, ``images``, ``videos``, ``news``""" |