Merged
Conversation
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
16e2355 to
c908e1f
Compare
Contributor
Author
|
This is mainly about adding this paragraph:
|
Contributor
Preview URLs (6 pages)
Flaws (2)Note! 5 documents with no flaws that don't need to be listed. 🎉 URL:
(comment last updated: 2023-01-04 12:15:06) |
Contributor
chrisdavidmills
left a comment
There was a problem hiding this comment.
@ArthurSonzogni looking pretty good from an editorial perspective, thanks! Just a few small review comments.
files/en-us/web/http/headers/cross-origin-embedder-policy/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/headers/cross-origin-embedder-policy/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/headers/cross-origin-embedder-policy/index.md
Outdated
Show resolved
Hide resolved
…x.md Co-authored-by: Chris Mills <[email protected]>
…x.md Co-authored-by: Chris Mills <[email protected]>
Elchi3
requested changes
Jan 4, 2023
files/en-us/web/api/performance/measureuseragentspecificmemory/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/headers/cross-origin-embedder-policy/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/headers/cross-origin-opener-policy/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/sharedarraybuffer/index.md
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This PR adds documentation for
Cross-Origin-Embedder-Policy:credentiallessvalue.Motivation
This is part of the HTML specification + FETCH.
It is implemented by:
Additional details
In a follow-up, I am also going to fix the Iframe.credentialless documentation. I need refer to COEP:credentialless.
Related issues and pull requests
Chrome status:
Firefox status:
Past PR about COEP:
crossOriginIsolatedproperty #23275