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:
parent
8624a27fd7
commit
88befd38b9
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"policies": {
|
||||
|
||||
"DisableDeveloperTools": true,
|
||||
"DisableFirefoxScreenshots": true,
|
||||
"DisableFirefoxStudies": true,
|
||||
"DisableTelemetry": true,
|
||||
|
|
Loading…
Reference in a new issue