Skip to content

Commit c5b058a

Browse files
save file
1 parent 9912be3 commit c5b058a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

285285
iframe = document.createElement('iframe');
286286
obj.iframe = iframe;
287-
iframe.sandbox = 'allow-scripts allow-same-origin';
287+
//iframe.sandbox = 'allow-scripts allow-same-origin';
288288
var html = `
289289
<script>
290290

0 commit comments

Comments
 (0)