mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-06 14:40:37 +01:00
firefox: lock translation settings to a reasonable state
This commit is contained in:
parent
d3ba608c8f
commit
77cbf36820
@ -476,15 +476,30 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.translation.neverForLanguages": {
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "en, fi"
|
||||
"browser.translations.automaticallyPopup": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.translations.enable": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.translations.neverTranslateLanguages": {
|
||||
"Status": "default",
|
||||
"Status": "locked",
|
||||
"Type": "string",
|
||||
"Value": "en, fi"
|
||||
"Value": ""
|
||||
},
|
||||
"browser.translations.panelShown": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.translations.select.enable": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.urlbar.trimHttps": {
|
||||
"Status": "locked",
|
||||
|
Loading…
x
Reference in New Issue
Block a user