Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort out when blob: URLs can be fetched / navigated #135

Open
annevk opened this issue Jul 15, 2019 · 1 comment
Open

Sort out when blob: URLs can be fetched / navigated #135

annevk opened this issue Jul 15, 2019 · 1 comment

Comments

@annevk
Copy link
Member

annevk commented Jul 15, 2019

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.

@annevk annevk changed the title Sort out when blob: URLs can be fetched Sort out when blob: URLs can be fetched / navigated Jan 9, 2020
@annevk
Copy link
Member Author

annevk commented Jan 9, 2020

This is a bit of problem when defining new features such as COOP, as it's unclear how inheritance of certain policies would work. See also #142.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant