summaryrefslogtreecommitdiff
path: root/searx/engines/brave.py
diff options
context:
space:
mode:
authorvojkovic <git@vojk.au>2026-09-03 14:19:54 +0000
committerBrock Vojkovic <brock@vojk.au>2026-09-04 16:16:09 +0800
commitbe836e614a2f2e7512e2e1915a0bc37d51ee865c (patch)
treed08d26492eb1746d2c4b4f03c74dcff4e2a0072e /searx/engines/brave.py
parent15b0c8ef3ab02a86131040e5eabc0d5b82bb9470 (diff)
[mod] network: migrate to curl_cffi
Diffstat (limited to 'searx/engines/brave.py')
-rw-r--r--searx/engines/brave.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/brave.py b/searx/engines/brave.py
index d20494e17..de0a108b0 100644
--- a/searx/engines/brave.py
+++ b/searx/engines/brave.py
@@ -151,6 +151,7 @@ about = {
base_url = "https://search.brave.com/"
categories = []
+enable_http3 = True
brave_category: t.Literal["search", "videos", "images", "news", "goggles"] = "search"
"""Brave supports common web-search, videos, images, news, and goggles search.