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.
This commit is contained in:
Oliver Smith 2020-08-10 18:59:49 +02:00
parent 8624a27fd7
commit 88befd38b9
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,7 +1,6 @@
{ {
"policies": { "policies": {
"DisableDeveloperTools": true,
"DisableFirefoxScreenshots": true, "DisableFirefoxScreenshots": true,
"DisableFirefoxStudies": true, "DisableFirefoxStudies": true,
"DisableTelemetry": true, "DisableTelemetry": true,