Bug 1443650 - Remove additional true/false enums so GPO works. r=Felipe

MozReview-Commit-ID: Ee0vl9T2Mmb

--HG--
extra : rebase_source : 2b77927d63e05834ebaab10efcd1a2203b113ff3
This commit is contained in:
Michael Kaply 2018-03-06 17:25:40 -06:00
parent dd29f4d8f3
commit 47703f7cb5

View File

@ -96,8 +96,7 @@
"description": "If false, removes access to create a master password.",
"first_available": "60.0",
"type": "boolean",
"enum": [false]
"type": "boolean"
},
"DisableAppUpdate": {
@ -154,8 +153,7 @@
"description": "Disables private browsing.",
"first_available": "60.0",
"type": "boolean",
"enum": [true]
"type": "boolean"
},
"DisableSysAddonUpdate": {