Skip to content

Commit dd02284

Browse files
add allow-scripts to iframe
1 parent ed3342d commit dd02284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/components/app-runner/vanilla-app-runner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function VanillaRunner({
8282
<iframe
8383
ref={ref}
8484
style={style}
85-
sandbox="allow-same-origin"
85+
sandbox="allow-same-origin allow-scripts"
8686
srcDoc={inlinesource}
8787
width={width}
8888
height={height}

0 commit comments

Comments
 (0)