From cda755e0a26dad06ce55de1aeea6b2169d243529 Mon Sep 17 00:00:00 2001 From: Mike Wasserman Date: Thu, 19 Oct 2023 15:15:41 -0700 Subject: [PATCH] Add fullscreen permission policy for fullscreen popups --- static/manifest.webmanifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index add1ff7..651dfdf 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -8,7 +8,8 @@ "display_override": ["borderless", "window-controls-overlay"], "permissions_policy": { "cross-origin-isolated": ["self"], - "window-management": ["self"] + "window-management": ["self"], + "fullscreen": ["self"] }, "isolated_storage": true, "icons": [