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 --- docs/dev/engine_overview.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/dev') 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 -- cgit v1.2.3