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

add cross-origin-isolated to sandbox iframe #615

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

kevodwyer
Copy link
Member

Using hint from:
https://issues.chromium.org/issues/346852676

And text from:
https://web.dev/articles/cross-origin-isolation-guide

Have added allow attribute to iframe and set it to ' cross-origin-isolated '

Have tested in chrome and inner most iframe now has window.crossOriginIsolated = true

@ianopolous
Copy link
Member

And it's still fine in firefox and safari?

@kevodwyer
Copy link
Member Author

And it's still fine in firefox and safari?

In firefox - yes. The change will need to be deployed to test before i can confirm in safari due to the whole subdomain on localhost not supported issue.

@ianopolous ianopolous merged commit 5ab67f2 into master Sep 16, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants