mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-17 01:57:22 +01:00
firefox: apparently privacy.spoof_english is not boolean
This commit is contained in:
parent
55205dcb02
commit
8c517cfd43
@ -58,7 +58,7 @@ lockPref(
|
|||||||
lockPref("image.animation_mode", "once");
|
lockPref("image.animation_mode", "once");
|
||||||
|
|
||||||
// Spoof en-US as language to scripts
|
// Spoof en-US as language to scripts
|
||||||
lockPref("privacy.spoof_english", true);
|
lockPref("privacy.spoof_english", 2);
|
||||||
|
|
||||||
// More tunable privacy.resistfingerprinting.
|
// More tunable privacy.resistfingerprinting.
|
||||||
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
||||||
|
|||||||
@ -1173,8 +1173,8 @@
|
|||||||
"privacy.spoof_english": {
|
"privacy.spoof_english": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
"Status": "user",
|
"Status": "user",
|
||||||
"Type": "boolean",
|
"Type": "number",
|
||||||
"Value": true
|
"Value": 2
|
||||||
},
|
},
|
||||||
"privacy.userContext.enabled": {
|
"privacy.userContext.enabled": {
|
||||||
"Comment": "Tab containers",
|
"Comment": "Tab containers",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user