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);
|
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",
|
||||||
|
@ -558,6 +558,11 @@
|
|||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user