[mod] by default allow only HTTPS, not HTTP
Related to https://github.com/searx/searx/pull/2373
This commit is contained in:
@@ -656,6 +656,7 @@ engines:
|
||||
|
||||
- name : library genesis
|
||||
engine : xpath
|
||||
enable_http: True
|
||||
search_url : http://libgen.rs/search.php?req={query}
|
||||
url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
|
||||
title_xpath : //a[contains(@href,"book/")]/text()[1]
|
||||
|
||||
Reference in New Issue
Block a user