Add documentation for iframe credentialless#23097
Conversation
Preview URLs (7 pages)Flaws (60)Note! 1 document with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
External URLs (2)URL:
(comment last updated: 2022-12-21 11:12:07) |
sideshowbarker
left a comment
There was a problem hiding this comment.
👍 Personally happy to see docs (and good, clear ones) landing for this particular feature
|
Hurrah, cheers @sideshowbarker ! |
This PR adds documentation for `Cross-Origin-Embedder-Policy`: `credentialless` value. This is part of the HTML specification + FETCH. It is implemented by: - Chrome: 96. - Firefox: Nightly + origin trial. In a follow-up, I am also going to fix the Iframe.credentialless documentation, and I need refer to COEP:credentialless. Chrome status: - https://chromestatus.com/feature/4918234241302528 Firefox status: - https://bugzilla.mozilla.org/show_bug.cgi?id=1731778 Past PR about COEP: - mdn#8871 - mdn#23097 - mdn#23275 Follow-up:
This PR adds documentation for `Cross-Origin-Embedder-Policy`: `credentialless` value. This is part of the HTML specification + FETCH. It is implemented by: - Chrome: 96. - Firefox: Nightly + origin trial. In a follow-up, I am also going to fix the Iframe.credentialless documentation, and I need refer to COEP:credentialless. Chrome status: - https://chromestatus.com/feature/4918234241302528 Firefox status: - https://bugzilla.mozilla.org/show_bug.cgi?id=1731778 Past PR about COEP: - mdn#8871 - mdn#23097 - mdn#23275
* Document COEP:credentialless This PR adds documentation for `Cross-Origin-Embedder-Policy`: `credentialless` value. This is part of the HTML specification + FETCH. It is implemented by: - Chrome: 96. - Firefox: Nightly + origin trial. In a follow-up, I am also going to fix the Iframe.credentialless documentation, and I need refer to COEP:credentialless. Chrome status: - https://chromestatus.com/feature/4918234241302528 Firefox status: - https://bugzilla.mozilla.org/show_bug.cgi?id=1731778 Past PR about COEP: - #8871 - #23097 - #23275 * Update files/en-us/web/http/headers/cross-origin-embedder-policy/index.md Co-authored-by: Chris Mills <[email protected]> * Update files/en-us/web/http/headers/cross-origin-embedder-policy/index.md Co-authored-by: Chris Mills <[email protected]> * Address Chris #2 comment. * Address @Elchi3 suggestions. Co-authored-by: Chris Mills <[email protected]>
Description
This PR adds documentation for the IFrame credentialless feature. See my research document for more information about this, and the overall scope of the work.
Motivation
Additional details
Related issues and pull requests
Fixes #23069