diff --git a/schema/.source.json b/schema/.source.json index 4ae79d9..2a60e68 100644 --- a/schema/.source.json +++ b/schema/.source.json @@ -1,5 +1,5 @@ { "url": "https://raw.githubusercontent.com/mozilla/enterprise-firefox/enterprise-main/browser/components/enterprisepolicies/schemas/policies-schema.json", - "commit": "5fe866843302e864dd7b4fee3ee2d1acb902dd87", - "permalink": "https://github.com/mozilla/enterprise-firefox/blob/5fe866843302e864dd7b4fee3ee2d1acb902dd87/browser/components/enterprisepolicies/schemas/policies-schema.json" + "commit": "b451268c510f1f01858e04a3afb42c712f815f30", + "permalink": "https://github.com/mozilla/enterprise-firefox/blob/b451268c510f1f01858e04a3afb42c712f815f30/browser/components/enterprisepolicies/schemas/policies-schema.json" } diff --git a/schema/policies-schema.json b/schema/policies-schema.json index efdf2d8..ee52922 100644 --- a/schema/policies-schema.json +++ b/schema/policies-schema.json @@ -1411,6 +1411,12 @@ }, "temporarily_allow_weak_signatures": { "type": "boolean" + }, + "blocked_permissions": { + "type": "array", + "items": { + "type": "string" + } } } } @@ -1461,6 +1467,12 @@ }, "private_browsing": { "type": "boolean" + }, + "blocked_permissions": { + "type": "array", + "items": { + "type": "string" + } } } }