[DIP] Add support for isolate-and-credentialless #48252
Merged
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.
This CL ensures that no-CORS cross-origin subresources requests from
documents with Document-Isolation-Policy: isolate-and-credentialless are
stripped of credentials. Since CORP checks already support
Document-Isolation-Policy: isolate-and-credentialless, this is enough to
enable cross-origin isolation in documents with
Document-Isolation-Policy: isolate-and-credentialless.
Bug: 349792240
Change-Id: I21bacba16a62dc8dd7c101450819466208815f42
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5867191
Commit-Queue: Camille Lamy <[email protected]>
Reviewed-by: Kenichi Ishibashi <[email protected]>
Reviewed-by: Alex Moshchuk <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1365616}