diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-13 21:14:33 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-13 21:14:33 -0500 |
commit | 0b6cb4963256f60c37aea4fd27cd1951a3383655 (patch) | |
tree | 933408a110df33b4e576ddba4a7364a1cd4edd2b /settings | |
parent | Delete dev folder (diff) | |
download | librewolf-linux-0b6cb4963256f60c37aea4fd27cd1951a3383655.tar.gz librewolf-linux-0b6cb4963256f60c37aea4fd27cd1951a3383655.tar.bz2 librewolf-linux-0b6cb4963256f60c37aea4fd27cd1951a3383655.zip |
Enable dev tools by default
Diffstat (limited to 'settings')
-rw-r--r-- | settings/distribution/policies.json | 7 |
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": [ { |