From 99e0651ceaffdc9f57ca4fc1be50fdec8864f4cb Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 8 Mar 2021 11:35:08 +0100 Subject: [mod] by default allow only HTTPS, not HTTP Related to https://github.com/searx/searx/pull/2373 --- searx/settings.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index e45afb59b..9cf2be8c8 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -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] -- cgit v1.2.3