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 Permission Policy directive data #22551

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0xedward
Copy link
Contributor

@0xedward 0xedward commented Mar 6, 2024

Test results and supporting details

  • https://chromestatus.com/feature/5690888397258752
  • You can also confirm by looking at the top level frame's Permission Policy available features in devtools under the Application tab
  • Created a test page and set the proper COOP and COEP, then checked if the crossOriginIsolated property was accessible

@github-actions github-actions bot added the data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP label Mar 6, 2024
Comment on lines +328 to +330
"chrome_android": {
"version_added": false
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not confirmed, but per https://chromestatus.com/feature/5690888397258752, support for android is also added

@@ -318,6 +318,41 @@
}
}
},
"cross-origin-isolated": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/crossOriginIsolated",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This MDN URL doesn't look quite right. Let's remove the MDN URL until a proper page has been created for this header value.

@github-actions github-actions bot added the merge conflicts 🚧 This PR needs to merge latest "main" branch to resolve a merge conflict or other issue. label May 3, 2024
Copy link

github-actions bot commented May 3, 2024

This pull request has merge conflicts that must be resolved before it can be merged.

@queengooborg
Copy link
Collaborator

Hi @0xedward! Do you plan to return to this PR and make the requested changes (as well as fix merge conflicts)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP merge conflicts 🚧 This PR needs to merge latest "main" branch to resolve a merge conflict or other issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants