firefox: disable geoclue & fingerprinting protection for now

This commit is contained in:
Aminda Suomalainen 2024-06-28 18:43:03 +03:00
parent 2e53ed3be7
commit a4695b95f4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 1 deletions

View File

@ -79,7 +79,7 @@ lockPref("privacy.donottrackheader.value", 1);
lockPref("privacy.fingerprintingProtection", true);
// Somehow I cannot clearPref this, so...
//clearPref("privacy.fingerprintingProtection");
//lockPref("privacy.fingerprintingProtection", false);
lockPref("privacy.fingerprintingProtection", false);
pref(
"privacy.fingerprintingProtection.overrides",
"+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent",

View File

@ -558,6 +558,11 @@
"Type": "string",
"Value": "https://beacondb.net/v1/geolocate"
},
"geo.provider.use_geoclue": {
"Status": "locked",
"Type": "boolean",
"Value": false
},
"image.animation.mode": {
"Comment": "Preference not allowed for stability reasons. :(",
"Status": "default",