mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
engines: use https when possible
This commit is contained in:
@@ -26,7 +26,7 @@ safesearch = True
|
||||
# search-url
|
||||
base_url = 'https://www.bing.com/'
|
||||
search_string = 'images/search?{query}&count=10&first={offset}'
|
||||
thumb_url = "http://ts1.mm.bing.net/th?id={ihk}"
|
||||
thumb_url = "http://ts1.mm.bing.net/th?id={ihk}" # no https, bad certificate
|
||||
|
||||
# safesearch definitions
|
||||
safesearch_types = {2: 'STRICT',
|
||||
|
||||
Reference in New Issue
Block a user