forked from zaclys/searxng
www1x engine: remove comment about unavailable https (https is working now)
This commit is contained in:
parent
9e147d91f0
commit
ded3f98218
|
@ -20,7 +20,7 @@ import re
|
||||||
categories = ['images']
|
categories = ['images']
|
||||||
paging = False
|
paging = False
|
||||||
|
|
||||||
# search-url, no HTTPS (there is a valid certificate for https://api2.1x.com/ )
|
# search-url
|
||||||
base_url = 'https://1x.com'
|
base_url = 'https://1x.com'
|
||||||
search_url = base_url+'/backend/search.php?{query}'
|
search_url = base_url+'/backend/search.php?{query}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue