Improve tracking protection in firefox

This commit is contained in:
Emi Simpson 2024-09-07 10:34:49 -04:00
parent aace04e8b2
commit f50a3549b3
Signed by: Emi
GPG key ID: A12F2C2FFDC3D847

View file

@ -30,6 +30,10 @@ pkgs: {
"toolkit.telemetry.archive.enabled" = false;
"toolkit.telemetry.unified" = false;
"toolkit.telemetry.pioneer-new-studies-available" = false;
# https://support.mozilla.org/en-US/kb/global-privacy-control
"privacy.globalprivacycontrol.enabled" = true;
# https://support.mozilla.org/en-US/kb/how-do-i-turn-do-not-track-feature
"privacy.donottrackheader.enabled" = true;
};
search.force = true;
search.default = "DuckDuckGo";