From e1816c3e68342f1caa1a33f30cd772f92b5eaccf Mon Sep 17 00:00:00 2001 From: quindecim Date: Wed, 8 Apr 2020 16:55:17 -0400 Subject: [PATCH] Update 'config/distribution/policies.json' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⛔️ 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 --- config/distribution/policies.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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