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.
1 parent 037eeba commit b869ff8Copy full SHA for b869ff8
utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html
@@ -284,7 +284,7 @@
284
285
iframe = document.createElement('iframe');
286
obj.iframe = iframe;
287
- iframe.sandbox = 'sandbox="allow-scripts allow-same-origin"';
+ iframe.sandbox = 'allow-scripts allow-same-origin';
288
var html = '';
289
iframe.srcdoc = `<script>${js}</scr`+`ipt>`;
290
iframe.onload = onload;
0 commit comments