Enable dev tools by default
This commit is contained in:
parent
c269040ff5
commit
0b6cb49632
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
|
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
|
||||||
|
|
||||||
"policies": {
|
"policies": {
|
||||||
"AppUpdateURL": "",
|
"AppUpdateURL": "",
|
||||||
|
|
||||||
|
|
||||||
"DisableAppUpdate": true,
|
"DisableAppUpdate": true,
|
||||||
"OverridePostUpdatePage": "",
|
"OverridePostUpdatePage": "",
|
||||||
"DisableSystemAddonUpdate": true,
|
"DisableSystemAddonUpdate": true,
|
||||||
|
|
@ -12,7 +16,8 @@
|
||||||
"DisableFeedbackCommands": true,
|
"DisableFeedbackCommands": true,
|
||||||
"DisablePocket": true,
|
"DisablePocket": true,
|
||||||
"DisableSetDesktopBackground": false,
|
"DisableSetDesktopBackground": false,
|
||||||
"DisableDeveloperTools": true,
|
"DisableDeveloperTools": false,
|
||||||
|
|
||||||
|
|
||||||
"Bookmarks": [
|
"Bookmarks": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue