diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-05-23 11:09:49 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-06-23 22:12:18 +0200 |
| commit | 58c10f758b09affda1a15c105e7ce86f3a3bdd3a (patch) | |
| tree | 3880273094ae15f5d9c58129117701213223f03d /searx | |
| parent | 2001efbbab3f5afe3a6aa77401f5d2819f8a603c (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx')
| -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 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": |