From c726e0b6eaabb0b184b1c4802f9cc26843816642 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Wed, 3 Jul 2019 19:37:25 -0500 Subject: [PATCH] Reorganize policies --- settings/distribution/policies.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/settings/distribution/policies.json b/settings/distribution/policies.json index d705545..e09bf93 100644 --- a/settings/distribution/policies.json +++ b/settings/distribution/policies.json @@ -4,18 +4,20 @@ "DisableAppUpdate": true, "OverridePostUpdatePage": "", - "DisableMasterPasswordCreation": true, - "DisableFeedbackCommands": true, + "DisableSystemAddonUpdate": true, + "DisableFirefoxAccounts": true, + "DisableProfileImport": false, + "DisableMasterPasswordCreation": true, "DisableFirefoxStudies": true, "DisableTelemetry": true, + "DisableFeedbackCommands": true, "DisablePocket": true, - "DisableProfileImport": true, - "DisableSetDesktopBackground": true, - "DisableSystemAddonUpdate": true, + "DisableSetDesktopBackground": false, + "DisableDeveloperTools": true } }