Revert "firefox: disable geoclue & fingerprinting protection for now"

This reverts commit a4695b95f4.
This commit is contained in:
Aminda Suomalainen 2024-06-29 06:23:48 +03:00
parent a12ad1c825
commit 9c02fe2c7e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 1 additions and 6 deletions

View File

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

View File

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