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
Note that this will solve at least one source of CSP bypasses (request data from the web, put it into a blob, then window.open the blob). It's something I'm interested in doing for Chrome, I just haven't taken time yet.
Perhaps #142 is a better solution here as you could always retrieve the bytes from a Blob object and put them in another Blob object to circumvent this strategy.
See whatwg/html#929 for details.
The text was updated successfully, but these errors were encountered: