diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index ce244c10..be781d59 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.js @@ -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", diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index d1a2ddb0..579e46b4 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -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",