From 88befd38b9ef94fad9ece15c008ea95bc221e489 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 10 Aug 2020 18:59:49 +0200 Subject: [PATCH] policies.json: don't disable developer tools The reason for disabling these was, to free up space in the menu. The menu entry is hidden in userChrome.css now, so we can enable it again. Having this enabled is required to use the Firefox remote debugger, which is very useful for developing userChrome.css. --- src/policies.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/policies.json b/src/policies.json index cc02cf3..02fc6fc 100644 --- a/src/policies.json +++ b/src/policies.json @@ -1,7 +1,6 @@ { "policies": { - "DisableDeveloperTools": true, "DisableFirefoxScreenshots": true, "DisableFirefoxStudies": true, "DisableTelemetry": true,