webui: restore code preview iframe origin isolation (#20477)
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<iframe
|
<iframe
|
||||||
bind:this={iframeRef}
|
bind:this={iframeRef}
|
||||||
title="Preview {language}"
|
title="Preview {language}"
|
||||||
sandbox="allow-scripts allow-same-origin"
|
sandbox="allow-scripts"
|
||||||
class="code-preview-iframe"
|
class="code-preview-iframe"
|
||||||
></iframe>
|
></iframe>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user