We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9450b43 + e9138db commit f24d26fCopy full SHA for f24d26f
1 file changed
src/components/PreviewFrame.jsx
@@ -13,6 +13,7 @@ import {CompiledProject as CompiledProjectRecord} from '../records';
13
const sandboxOptions = [
14
'allow-forms',
15
'allow-popups',
16
+ 'allow-popups-to-escape-sandbox',
17
'allow-scripts',
18
'allow-top-navigation',
19
].join(' ');
0 commit comments