Compare commits

...

3 Commits

2 changed files with 21 additions and 0 deletions

View File

@ -419,6 +419,12 @@
"Type": "boolean", "Type": "boolean",
"Value": false "Value": false
}, },
"browser.ml.chat.enabled": {
"Comment": "Disable AI by default.",
"Status": "default",
"Type": "boolean",
"Value": false
},
"browser.ml.chat.provider": { "browser.ml.chat.provider": {
"Comment": "While not officially supported, defaulting to Ecosia will at least remind me that AI is a severe concern regarding fighting against climate change.", "Comment": "While not officially supported, defaulting to Ecosia will at least remind me that AI is a severe concern regarding fighting against climate change.",
"Status": "user", "Status": "user",
@ -597,6 +603,18 @@
"Type": "string", "Type": "string",
"Value": "en-US, en" "Value": "en-US, en"
}, },
"intl.multilingual.downloadEnabled": {
"Comment": "Allow downloading additional languages?",
"Status": "default",
"Type": "boolean",
"Value": true
},
"intl.multilingual.enabled": {
"Comment": "Allow changing language from settings.",
"Status": "default",
"Type": "boolean",
"Value": true
},
"javascript.use_us_english_locale": { "javascript.use_us_english_locale": {
"Comment": "Preference not allowed for stability reasons. :(", "Comment": "Preference not allowed for stability reasons. :(",
"Status": "user", "Status": "user",

View File

@ -0,0 +1,3 @@
{
"BraveAIChatEnabled": false
}