Update 'config/distribution/policies.json'

️ Disabled Firefox to AutoUpdate without user consent | FF75
️ Disabled DefaultBrowserAgent | FF75 | [WINDOWS]
️ Disabled some UserMessaging (don't recommend extensions, browser features and specific suggestions in the URL bar) | FF75
ℹ️ Sorted SearchEngines removed in alphabetical order
This commit is contained in:
quindecim 2020-04-08 16:55:17 -04:00
parent 7b480248d9
commit e1816c3e68
1 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,8 @@
{
"policies": {
"AppAutoUpdate": false,
"CaptivePortal": false,
"Certificates": {
@ -18,6 +20,8 @@
"DisableMasterPasswordCreation": true,
"DisableDefaultBrowserAgent": true,
"DisableFeedbackCommands": true,
"DisableFirefoxScreenshots": true,
@ -138,10 +142,15 @@
"SearchEngines": {
"PreventInstalls": false,
"Remove": ["Bing", "Google", "Twitter", "Amazon.com", "eBay"]
"Remove": ["Amazon.com", "Bing", "eBay", "Google", "Twitter"]
},
"SearchSuggestEnabled": false
"SearchSuggestEnabled": false,
}
"UserMessaging": {
"ExtensionRecommendations": false,
"FeatureRecommendations": false,
"UrlbarInterventions": false
}
}
}