We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620513b commit 968acfeCopy full SHA for 968acfe
1 file changed
utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html
@@ -131,7 +131,7 @@
131
132
var sandbox_url;
133
var iframe_src = 'https://sandbox-ext-code-com-1024713184986.us-central1.run.app/html-sandbox/html-sandbox.html';
134
- var iframe_sandbox = 'allow-scripts allow-same-origin allow-forms allow-downloads allow-pointer-lock';//allow-popups-to-escape-sandbox
+ var iframe_sandbox = 'allow-scripts allow-same-origin allow-forms';//allow-downloads allow-pointer-lock';//allow-popups-to-escape-sandbox
135
var iframe_allow = `clipboard-write; clipboard-read; camera; microphone; geolocation; accelerometer; gyroscope; magnetometer; payment; usb; serial; bluetooth;
136
xr-spatial-tracking; autoplay; encrypted-media; picture-in-picture; screen-wake-lock; web-share`;
137
0 commit comments