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
This is basically to ensure we track whatwg/fetch#666 in this repository as well.
As part of web-platform-tests/wpt#17606 I've found that that when A embeds B, B can navigate itself to a blob URL of B's creation. But if B hands that to A and A navigates B, it does not work when B is cross-origin. So it does seem to depend on the "source browsing context" (which really is a source document) in some manner.
The text was updated successfully, but these errors were encountered:
annevk
changed the title
Sort out when blob: URLs can be fetched
Sort out when blob: URLs can be fetched / navigated
Jan 9, 2020
This is basically to ensure we track whatwg/fetch#666 in this repository as well.
As part of web-platform-tests/wpt#17606 I've found that that when A embeds B, B can navigate itself to a blob URL of B's creation. But if B hands that to A and A navigates B, it does not work when B is cross-origin. So it does seem to depend on the "source browsing context" (which really is a source document) in some manner.
The text was updated successfully, but these errors were encountered: