From 0b6cb4963256f60c37aea4fd27cd1951a3383655 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Sat, 13 Jul 2019 21:14:33 -0500 Subject: Enable dev tools by default --- settings/distribution/policies.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'settings/distribution') 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": [ { -- cgit