You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browser sandbox currently uses an <iframe> with a blob: URL. While this works, it requires allowing blob: in the parent's CSP. Using srcdoc would avoid this.
Two potential challenges to this are:
Two initialisation keys are passed to the iframe via the src URL.
The document would be pretty large. The current URL approach avoid this.
The text was updated successfully, but these errors were encountered:
The browser sandbox currently uses an
<iframe>
with ablob:
URL. While this works, it requires allowingblob:
in the parent's CSP. Usingsrcdoc
would avoid this.Two potential challenges to this are:
src
URL.The text was updated successfully, but these errors were encountered: