From b774ee04ba097cf7327cac072704360a37353e4d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 30 May 2024 14:03:25 +0200 Subject: [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 --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/settings.yml') 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 -- cgit v1.2.3