mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{firefox,chromium}: reset accept_languages to Firefox default
This commit is contained in:
parent
889da57c3d
commit
5840a1a8c9
@ -466,9 +466,9 @@
|
||||
"Value": "once"
|
||||
},
|
||||
"intl.accept_languages": {
|
||||
"Status": "locked",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "fi, fi-FI, en, en-FI, en-EU, en-IE, en-GB, en-US, ru, ru-RU"
|
||||
"Value": "fi-FI, fi, en-US, en"
|
||||
},
|
||||
"javascript.use_us_english_locale": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
|
8
etc/opt/chromium/policies/managed/finnish.json
Normal file
8
etc/opt/chromium/policies/managed/finnish.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"ForcedLanguages": [
|
||||
"fi-FI",
|
||||
"fi",
|
||||
"en-US",
|
||||
"en"
|
||||
]
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"ForcedLanguages": [
|
||||
"fi",
|
||||
"fi-FI",
|
||||
"en",
|
||||
"en-FI",
|
||||
"en-EU",
|
||||
"en-IE",
|
||||
"en-GB",
|
||||
"en-US",
|
||||
"ru",
|
||||
"ru-RU"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user