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

Do we also partition b/w multiple embedded frames having the origin? #17

Open
vardhman-singh-glean opened this issue Dec 6, 2024 · 1 comment

Comments

@vardhman-singh-glean
Copy link

vardhman-singh-glean commented Dec 6, 2024

As in the title - i've observed that in recent Chrome release - Version 131.0.6778.109 (Official Build) (arm64), frames are getting partitioned even if they belong to the same origin as each other. Previously, the frames would get partitioned, but still be able to share state if 2 of them were embedded in the same site.

@miketaylr
Copy link
Collaborator

miketaylr commented Dec 7, 2024

Hey @vardhman-singh-glean - thanks for the issue. Just to clarify, it sounds like you're describing the following:

https://a.com, embeds 2 iframes, each with the origin https://b.com and https://b.com.

And your expected behavior would be that one b.com iframe setting state somehow would be readable by the other b.com iframe, yes?

Would you happen to have a minimal test case to reproduce this (glitch.com is pretty good for setting up simple demos)?

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

2 participants