summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-08 11:35:08 +0100
committerAlexandre Flament <alex@al-f.net>2021-03-08 11:35:08 +0100
commit99e0651ceaffdc9f57ca4fc1be50fdec8864f4cb (patch)
tree6aa25c99e8c0f70cf04257615968203ae6ef808e /docs/dev
parent0d8b369b5b300e8a575d6715fc75067d09db63a5 (diff)
downloadsearxng-99e0651ceaffdc9f57ca4fc1be50fdec8864f4cb.tar.gz
searxng-99e0651ceaffdc9f57ca4fc1be50fdec8864f4cb.zip
[mod] by default allow only HTTPS, not HTTP
Related to https://github.com/searx/searx/pull/2373
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/engine_overview.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/engine_overview.rst b/docs/dev/engine_overview.rst
index b51181974..42c205d9d 100644
--- a/docs/dev/engine_overview.rst
+++ b/docs/dev/engine_overview.rst
@@ -58,6 +58,8 @@ argument type information
name string name of search-engine
engine string name of searx-engine
(filename without ``.py``)
+enable_http bool enable HTTP
+ (by default only HTTPS is enabled).
shortcut string shortcut of search-engine
timeout string specific timeout for search-engine
display_error_messages boolean display error messages on the web UI