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
/2 creates a blob URL that it hands /3 (via storage or BroadcastChannel). /3 embeds it. I think in that case we either want it to be a secure context or block loading, right?
Browsing context group 1: http://example.com/1 (insecure) embeds https://example.com/2 (insecure due to /1)
Browsing context group 2: https://example.com/3 (secure context)
/2 creates a blob URL that it hands /3 (via storage or
BroadcastChannel
). /3 embeds it. I think in that case we either want it to be a secure context or block loading, right?See also whatwg/html#5198 (comment) and onward for similar issues with other policies.
The text was updated successfully, but these errors were encountered: