diff options
Diffstat (limited to 'searx/engines/bing_videos.py')
| -rw-r--r-- | searx/engines/bing_videos.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/bing_videos.py b/searx/engines/bing_videos.py index 2ad53baeb..297c6b8fa 100644 --- a/searx/engines/bing_videos.py +++ b/searx/engines/bing_videos.py @@ -26,6 +26,7 @@ about = { # engine dependent config categories = ["videos", "web"] paging = True +enable_http3 = True safesearch = True time_range_support = True |
