commit | e632190e0ae4b53e222c928cdd8321bd5508954b | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Sun Jul 17 00:29:54 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jul 17 00:29:54 2022 |
tree | 0e4ff3d01d415a40672bd0e30b409d43a0b1bdc9 | |
parent | a5434a4b9b9a60101a1703647049a45705b66ca8 [diff] |
Handle Origin header for Vary checks in network service memory cache This CL allows network service memory cache to use `Origin` header for Vary checks. `Origin` is usually unspecified or specified by renderers like blink::ResourceRequestHead::NeedsHTTPOrigin(). The underlying layer modifies `Origin` when cross origin redirects happen. To handle that case, this CL deletes stored responses when redirects happen. Bug: 1339708 Change-Id: I92d1a8414db797f91eecb9445fd0af985176342c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3760336 Reviewed-by: Maks Orlovich <morlovich@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1025055}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.