aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings/distribution/policies.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/settings/distribution/policies.json b/settings/distribution/policies.json
index c1fed9c..c9fa8a7 100644
--- a/settings/distribution/policies.json
+++ b/settings/distribution/policies.json
@@ -1,6 +1,10 @@
{
+ "__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
+
"policies": {
"AppUpdateURL": "",
+
+
"DisableAppUpdate": true,
"OverridePostUpdatePage": "",
"DisableSystemAddonUpdate": true,
@@ -12,7 +16,8 @@
"DisableFeedbackCommands": true,
"DisablePocket": true,
"DisableSetDesktopBackground": false,
- "DisableDeveloperTools": true,
+ "DisableDeveloperTools": false,
+
"Bookmarks": [
{
bgstack15