X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=blobdiff_plain;f=tracking;h=648c04ef0ed1ed3528bf1954689466ada8799036;hp=2518a7ceae143cdf2f0b655cc8b2daef79f5c880;hb=b9cbdb3ee6c7546dd4c20eaa322351e9f417bdb3;hpb=7caf7f06fbdbb78acca16bbccef911d6bbd3f044 diff --git a/tracking b/tracking index 2518a7c..648c04e 100644 --- a/tracking +++ b/tracking @@ -75,4 +75,31 @@ user_pref("geo.enabled", false); * 1. https://www.contextis.com/en/blog/webgl-a-new-dimension-for-browser-exploitation * */ -user_pref("webgl.disabled", true); \ No newline at end of file +user_pref("webgl.disabled", true); + + +/* Disable DNS-over-HTTPS (DoH), which is a helpful service that sends + * all of your DNS requests to Cloudflare. DoH is presently disabled + * by default in Gentoo, but let's disable it again so that we're not + * subject to the whims of the Gentoo security/privacy zeitgeist. + * + * References: + * + * 1. https://wiki.mozilla.org/Trusted_Recursive_Resolver#network.trr.mode + * + */ +user_pref("network.trr.mode", 5); + + +/* Disable the "Normandy" service, which allows Mozilla to force-push + * invasive (the irony of word-association is not lost here) preference + * updates to your browser. Normandy is presently disabled by default in + * Gentoo, but it's the sort of thing worth killing twice, just to be sure. + * + * References: + * + * 1. https://wiki.mozilla.org/Firefox/Normandy/PreferenceRollout + * 2. https://wiki.mozilla.org/Firefox/Shield/Heartbeat + * + */ +user_pref("app.normandy.enabled", false);