mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-30 06:58:17 +01:00
firefox: unlock accept-language setting
This reverts commit 61364717d839a3a016e30c64f7d7cdcc170aecc9.
This commit is contained in:
parent
61364717d8
commit
639809180c
@ -58,8 +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", 2);
|
lockPref("privacy.spoof_english", 2);
|
||||||
clearPref("privacy.spoof_english");
|
|
||||||
|
|
||||||
// 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
|
||||||
|
|||||||
@ -1008,8 +1008,8 @@
|
|||||||
"Value": "once"
|
"Value": "once"
|
||||||
},
|
},
|
||||||
"intl.accept_languages": {
|
"intl.accept_languages": {
|
||||||
"Comment": "Languages requested from webpage. Exercise in frustation, leave reset for system locale.",
|
"Comment": "This is a bad idea.",
|
||||||
"Status": "clear",
|
"Status": "default",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": ""
|
"Value": ""
|
||||||
},
|
},
|
||||||
@ -1188,7 +1188,7 @@
|
|||||||
},
|
},
|
||||||
"privacy.spoof_english": {
|
"privacy.spoof_english": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
"Status": "clear",
|
"Status": "user",
|
||||||
"Type": "number",
|
"Type": "number",
|
||||||
"Value": 2
|
"Value": 2
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user