firefox: mess up with locales more

This reverts commit a9622b40117982b227703432f56208003beb0fe5.
This commit is contained in:
Aminda Suomalainen 2026-03-07 11:23:57 +02:00
parent 802dc1c4c8
commit f26b1da7a2
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1027,6 +1027,12 @@
"Type": "string",
"Value": "once"
},
"intl.accept_languages": {
"Comment": "PRIVACY ISSUE. I am tired and want service in Finnish",
"Status": "default",
"Type": "string",
"Value": "fi, en-FI, en"
},
"intl.multilingual.downloadEnabled": {
"Comment": "Allow downloading additional languages?",
"Status": "default",
@ -1305,7 +1311,7 @@
"PrintingEnabled": true,
"PrintingEnabled_comment": "The first print is a mess, second succeeds. Apparently Chrome is innocent. Thus printing is banned entirely in web browsers, save your pdfs before attempting to print them in case that helps.",
"PromptForDownloadLocation": true,
"RequestedLocales": "fi, en-FI, en",
"RequestedLocales_commentedOut": "en-US, en",
"SearchEngines": {
"Add": [
{