firefox: clear language settings

This commit is contained in:
Aminda Suomalainen 2025-12-16 12:39:13 +02:00
parent 86ac8130c4
commit 61364717d8
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 5 additions and 4 deletions

View File

@ -58,7 +58,8 @@ 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

View File

@ -1008,8 +1008,8 @@
"Value": "once" "Value": "once"
}, },
"intl.accept_languages": { "intl.accept_languages": {
"Comment": "This is a bad idea.", "Comment": "Languages requested from webpage. Exercise in frustation, leave reset for system locale.",
"Status": "user", "Status": "clear",
"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": "user", "Status": "clear",
"Type": "number", "Type": "number",
"Value": 2 "Value": 2
}, },