We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03d358 commit 420b56aCopy full SHA for 420b56a
iframe-sandbox/src/outer-frame.ts
@@ -30,7 +30,7 @@ iframe {
30
<body>
31
<iframe
32
allow="clipboard-write"
33
- sandbox="allow-scripts"><\/iframe>
+ sandbox="allow-scripts allow-modals"><\/iframe>
34
<script>
35
const iframe = document.querySelector("iframe");
36
const HOST_ORIGIN = "${HOST_ORIGIN}";
0 commit comments