From 58c10f758b09affda1a15c105e7ce86f3a3bdd3a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 23 May 2025 11:09:49 +0200 Subject: [PATCH] [mod] plugins: activate tracker url plugin by default With the new implementation for removing tracker arguments from URLs, we use the tracker definitions of the ClearURLs project [1]. These definitions are regularly updated and significantly improve data protection, which is why we should now also enable this plugin by default. [1] https://github.com/ClearURLs Signed-off-by: Markus Heiser --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index 7cb761203..76200d4be 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -245,7 +245,7 @@ plugins: active: false searx.plugins.tracker_url_remover.SXNGPlugin: - active: false + active: true # Configuration of the "Hostnames plugin":