From 34eef183459f8e2d796cf1c3c84aa67e8675b96d Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Wed, 1 May 2024 20:26:35 -0400 Subject: [PATCH] docs: allow-modals in playground (#2987) --- www/playroom.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/playroom.config.js b/www/playroom.config.js index ac0be66992..54726f24e2 100644 --- a/www/playroom.config.js +++ b/www/playroom.config.js @@ -57,6 +57,6 @@ module.exports = { ], }, }), - iframeSandbox: 'allow-scripts allow-same-origin', + iframeSandbox: 'allow-scripts allow-same-origin allow-modals', storageKey, };