diff options
Diffstat (limited to 'searx/engines/bing_news.py')
| -rw-r--r-- | searx/engines/bing_news.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/bing_news.py b/searx/engines/bing_news.py index 0e93af83e..44fb05e9f 100644 --- a/searx/engines/bing_news.py +++ b/searx/engines/bing_news.py @@ -33,6 +33,7 @@ categories = ["news"] paging = True """If go through the pages and there are actually no new results for another page, then bing returns the results from the last page again.""" +enable_http3 = True time_range_support = True time_map = { |
