diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-05-30 14:03:25 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-09-03 18:36:28 +0200 |
commit | b774ee04ba097cf7327cac072704360a37353e4d (patch) | |
tree | f4197e979f2f4b6d7907412f365d1a3ce2454701 /searx/settings.yml | |
parent | 3a3ff8f02092491c159a76e76dd50f1b6fcadc70 (diff) | |
download | searxng-b774ee04ba097cf7327cac072704360a37353e4d.tar.gz searxng-b774ee04ba097cf7327cac072704360a37353e4d.zip |
[mod] enable calculator and allow plugin on public instances
Remove quirks that prevented the Calculator from being used on public instances.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index a1701d009..8f5a4430e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -219,13 +219,13 @@ outgoing: # # enabled_plugins: # # these plugins are enabled if nothing is configured .. +# - 'Basic Calculator' # - 'Hash plugin' # - 'Self Information' # - 'Tracker URL remover' # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. # - 'Hostnames plugin' # see 'hostnames' configuration below -# - 'Basic Calculator' # - 'Open Access DOI rewrite' # - 'Tor check plugin' # # Read the docs before activate: auto-detection of the language could be |