mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
firefox: disable anonymous tracker
This commit is contained in:
parent
cd70ccab1b
commit
0cb882ce2e
1 changed files with 3 additions and 0 deletions
|
@ -108,3 +108,6 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", false);
|
|||
// Disable some telemetry stuff releated to search engines
|
||||
user_pref("browser.search.serpEventTelemetry.enabled", false);
|
||||
user_pref("browser.search.serpEventTelemetryCategorization.enabled", false);
|
||||
|
||||
// Disable anonymized tracker
|
||||
user_pref("dom.private-attribution.submission.enabled", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue