firefox: unlock accept-language setting

This reverts commit 61364717d839a3a016e30c64f7d7cdcc170aecc9.
This commit is contained in:
Aminda Suomalainen 2025-12-16 12:51:14 +02:00
parent 61364717d8
commit 639809180c
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 5 deletions

View File

@ -58,8 +58,7 @@ lockPref(
lockPref("image.animation_mode", "once");
// Spoof en-US as language to scripts
//lockPref("privacy.spoof_english", 2);
clearPref("privacy.spoof_english");
lockPref("privacy.spoof_english", 2);
// More tunable privacy.resistfingerprinting.
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc

View File

@ -1008,8 +1008,8 @@
"Value": "once"
},
"intl.accept_languages": {
"Comment": "Languages requested from webpage. Exercise in frustation, leave reset for system locale.",
"Status": "clear",
"Comment": "This is a bad idea.",
"Status": "default",
"Type": "string",
"Value": ""
},
@ -1188,7 +1188,7 @@
},
"privacy.spoof_english": {
"Comment": "Preference not allowed for stability reasons. :(",
"Status": "clear",
"Status": "user",
"Type": "number",
"Value": 2
},