aboutsummaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/distribution/policies.json12
1 files 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
}
}
bgstack15