ソースを参照

[fix] using https

asciimoo 11 年 前
コミット
1308ebf657
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      searx/engines/startpage.py

+ 1
- 1
searx/engines/startpage.py ファイルの表示

@@ -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):