We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 290a3b7 + d2ba342 commit 2693720Copy full SHA for 2693720
client/modules/IDE/components/PreviewFrame.jsx
@@ -23,7 +23,7 @@ function PreviewFrame({ fullView }) {
23
24
const frameUrl = previewUrl;
25
const sandboxAttributes = `allow-forms allow-modals allow-pointer-lock allow-popups
26
- allow-same-origin allow-scripts allow-top-navigation-by-user-activation`;
+ allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads`;
27
const allow =
28
'accelerometer; autoplay; camera; encrypted-media; geolocation; gyroscope; microphone; magnetometer; midi; vr;';
29
return (
0 commit comments