summaryrefslogtreecommitdiff
path: root/searx/engines/bing.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/bing.py')
-rw-r--r--searx/engines/bing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/bing.py b/searx/engines/bing.py
index 10390a6d4..6f3b6e047 100644
--- a/searx/engines/bing.py
+++ b/searx/engines/bing.py
@@ -40,6 +40,7 @@ about: dict[str, t.Any] = {
# engine dependent config
categories = ["general", "web"]
safesearch = True
+enable_http3 = True
_safesearch_map: dict[int, str] = {
0: "off",
1: "moderate",