mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-05-22 15:53:52 +02:00
firefox: mess up with locales more
This reverts commit a9622b40117982b227703432f56208003beb0fe5.
This commit is contained in:
parent
802dc1c4c8
commit
f26b1da7a2
@ -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
|
||||
|
||||
@ -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": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user