瀏覽代碼

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