Selaa lähdekoodia

[fix] using https

asciimoo 11 vuotta sitten
vanhempi
commit
1308ebf657
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      searx/engines/startpage.py

+ 1
- 1
searx/engines/startpage.py Näytä tiedosto

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