mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 01:39:24 +02:00
engines: use https when possible
This commit is contained in:
parent
2be52b74ad
commit
99efd790c8
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue