mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 07:49:22 +02:00
[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>
This commit is contained in:
parent
2001efbbab
commit
58c10f758b
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ plugins:
|
||||||
active: false
|
active: false
|
||||||
|
|
||||||
searx.plugins.tracker_url_remover.SXNGPlugin:
|
searx.plugins.tracker_url_remover.SXNGPlugin:
|
||||||
active: false
|
active: true
|
||||||
|
|
||||||
|
|
||||||
# Configuration of the "Hostnames plugin":
|
# Configuration of the "Hostnames plugin":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue