Skip to content

Commit a3cbbaf

Browse files
authored
Merge branch 'develop' into chinese
2 parents 7f464e2 + 2693720 commit a3cbbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/PreviewFrame.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function PreviewFrame({ fullView }) {
2323

2424
const frameUrl = previewUrl;
2525
const sandboxAttributes = `allow-forms allow-modals allow-pointer-lock allow-popups
26-
allow-same-origin allow-scripts allow-top-navigation-by-user-activation`;
26+
allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads`;
2727
const allow =
2828
'accelerometer; autoplay; camera; encrypted-media; geolocation; gyroscope; microphone; magnetometer; midi; vr;';
2929
return (

0 commit comments

Comments
 (0)