diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |