From f26b1da7a2e262c1f7ceb000d67970005cc30b5d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 7 Mar 2026 11:23:57 +0200 Subject: [PATCH] firefox: mess up with locales more This reverts commit a9622b40117982b227703432f56208003beb0fe5. --- conf/firefox-forbidden-policies.js | 3 ++- etc/firefox/policies/policies.json | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index 1780bd7e..aa0a671a 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.js @@ -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 diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index d93813c1..7f49d08e 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -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": [ {