From 99efd790c8e24a9e7d1ab1220e1da96cdd0a8003 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 26 Apr 2015 18:13:09 +0200 Subject: engines: use https when possible --- searx/engines/bing_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/bing_images.py') diff --git a/searx/engines/bing_images.py b/searx/engines/bing_images.py index b8c61c151..8569aa40d 100644 --- a/searx/engines/bing_images.py +++ b/searx/engines/bing_images.py @@ -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', -- cgit v1.2.3