aboutsummaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-07-13 21:14:33 -0500
committerBeatLink <beatlink@protonmail.com>2019-07-13 21:14:33 -0500
commit0b6cb4963256f60c37aea4fd27cd1951a3383655 (patch)
tree933408a110df33b4e576ddba4a7364a1cd4edd2b /settings
parentDelete dev folder (diff)
downloadlibrewolf-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.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