diff --git a/config/distribution/policies.json b/config/distribution/policies.json index 052cc11..937ab9e 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -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 + } + } } \ No newline at end of file