Skip to content

Commit e9138db

Browse files
committed
Add allow-popups-to-escape-sandbox token to PreviewFrame
1 parent 9450b43 commit e9138db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)