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