diff options
author | Alexandre Flament <alex@al-f.net> | 2021-03-12 19:21:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 19:21:46 +0100 |
commit | a1a492baed8f6d531ea95cf4fde539e48328f3cb (patch) | |
tree | cfb20a8974598c0fd90d2426220e95366cef480c /searx/settings.yml | |
parent | af3e969c5a4d7b9170076ffc74ec52b24f00915c (diff) | |
parent | 99e0651ceaffdc9f57ca4fc1be50fdec8864f4cb (diff) | |
download | searxng-a1a492baed8f6d531ea95cf4fde539e48328f3cb.tar.gz searxng-a1a492baed8f6d531ea95cf4fde539e48328f3cb.zip |
Merge pull request #2641 from dalf/disable_http_by_default
[mod] by default allow only HTTPS, not HTTP
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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] |