forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Cross Origin Read Blocking check in network service memory cache
Don't use a response from the network service in-memory cache when CORB checks don't pass. If the checks don't pass CorsURLLoader falls back to a network::URLLoader. network::URLLoader will protect a response accordingly. Design doc: https://docs.google.com/document/d/15e1mzyCiBm8ERTO-rM2iXoSAXL98J9fcpejwphlYIEI/edit?usp=sharing Bug: 1339708 Change-Id: I4f78e0d6f125f73a28743198a455c3b8de4632a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3750647 Reviewed-by: Matt Menke <mmenke@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1023990}
- Loading branch information
Showing
2 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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