mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
engines: use https when possible
This commit is contained in:
@@ -19,7 +19,7 @@ categories = ['it']
|
||||
paging = True
|
||||
|
||||
# search-url
|
||||
url = 'http://stackoverflow.com/'
|
||||
url = 'https://stackoverflow.com/'
|
||||
search_url = url+'search?{query}&page={pageno}'
|
||||
|
||||
# specific xpath variables
|
||||
|
||||
Reference in New Issue
Block a user