diff --git a/client/modules/IDE/components/PreviewFrame.jsx b/client/modules/IDE/components/PreviewFrame.jsx index 2a23cbd4ec..cf77bcc433 100644 --- a/client/modules/IDE/components/PreviewFrame.jsx +++ b/client/modules/IDE/components/PreviewFrame.jsx @@ -23,7 +23,7 @@ function PreviewFrame({ fullView }) { const frameUrl = previewUrl; const sandboxAttributes = `allow-forms allow-modals allow-pointer-lock allow-popups - allow-same-origin allow-scripts allow-top-navigation-by-user-activation`; + allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads`; const allow = 'accelerometer; autoplay; camera; encrypted-media; geolocation; gyroscope; microphone; magnetometer; midi; vr;'; return (