From a05c660e3036ad8d02072fc6731af54c2ed6151c Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 9 Oct 2020 14:11:19 +0200 Subject: [enh] add ability to set enabled plugins from settings - closes #1613 #778 --- searx/settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index aad632513..aa5f35256 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -67,6 +67,12 @@ outgoing: # communication with search engines # - plugin2 # - ... +# uncomment below section if you want to configure which plugin is enabled by default +# +# enabled_plugins: +# - "HTTPS rewrite" +# - ... + engines: - name: apk mirror engine: apkmirror -- cgit v1.2.3