diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-03-08 11:35:08 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-03-08 11:35:08 +0100 |
| commit | 99e0651ceaffdc9f57ca4fc1be50fdec8864f4cb (patch) | |
| tree | 6aa25c99e8c0f70cf04257615968203ae6ef808e /searx/settings.yml | |
| parent | 0d8b369b5b300e8a575d6715fc75067d09db63a5 (diff) | |
[mod] by default allow only HTTPS, not HTTP
Related to https://github.com/searx/searx/pull/2373
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] |