From e94a72c750715be718b6643184d1a84daab63d95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jun 2026 09:06:53 +0000 Subject: [PATCH] chore(schema): sync from upstream --- schema/.source.json | 4 ++-- schema/policies-schema.json | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) 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" + } } } }