Skip to content

Commit f24d26f

Browse files
authored
Merge pull request #1422 from raingerber/allow-popups-to-escape-sandbox
Add allow-popups-to-escape-sandbox token to PreviewFrame
2 parents 9450b43 + e9138db commit f24d26f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PreviewFrame.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {CompiledProject as CompiledProjectRecord} from '../records';
1313
const sandboxOptions = [
1414
'allow-forms',
1515
'allow-popups',
16+
'allow-popups-to-escape-sandbox',
1617
'allow-scripts',
1718
'allow-top-navigation',
1819
].join(' ');

0 commit comments

Comments
 (0)