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 allow unload=* to allowlist for frameset frames. #46271

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented May 15, 2024

With unload deprecation, it becomes impossible to use unload in
\<frame>s because there is no way to set an allow attribute on
them. This change adds an unload=* to their allowlist, meaning that
unload will be allowed if it's allowed in the parent and the child
sets the correct Permissions-Policy header.

Bug: 40286851
Change-Id: I593786ae88683986c740800848de7bfa6a364dd3
Reviewed-on: https://chromium-review.googlesource.com/5540810
WPT-Export-Revision: e77c093046051c94b60d07adb10e80600705087d

With unload deprecation, it becomes impossible to use unload in
`<frame>`s because there is no way to set an `allow` attribute on
them. This change adds an `unload=*` to their allowlist, meaning that
unload will be allowed if it's allowed in the parent and the child
sets the correct Permissions-Policy header.

Bug: 40286851
Change-Id: I593786ae88683986c740800848de7bfa6a364dd3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants