diff --git a/browser/components/enterprisepolicies/schemas/policies-schema.json b/browser/components/enterprisepolicies/schemas/policies-schema.json index de34132cc6a7..0735cb2792be 100644 --- a/browser/components/enterprisepolicies/schemas/policies-schema.json +++ b/browser/components/enterprisepolicies/schemas/policies-schema.json @@ -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": {