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

Convoluted blob: URL issue #71

Open
annevk opened this issue Feb 13, 2020 · 1 comment
Open

Convoluted blob: URL issue #71

annevk opened this issue Feb 13, 2020 · 1 comment

Comments

@annevk
Copy link
Member

annevk commented Feb 13, 2020

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.

@annevk
Copy link
Member Author

annevk commented Jan 12, 2021

w3c/FileAPI#153 solves this by not allowing /2 and /3 to access the same store. We're experimenting with this in Firefox and would love feedback.

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