Browse Source

[fix] using https

asciimoo 11 years ago
parent
commit
1308ebf657
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/startpage.py

+ 1 - 1
searx/engines/startpage.py

@@ -3,7 +3,7 @@ from lxml import html
 from urlparse import urljoin
 from cgi import escape
 
-base_url = 'http://startpage.com/'
+base_url = 'https://startpage.com/'
 search_url = base_url+'do/search'
 
 def request(query, params):