mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox: disable geoclue & fingerprinting protection for now
This commit is contained in:
parent
2e53ed3be7
commit
a4695b95f4
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user