commit | 0dcf4b536477208cbc445f8d99657474abda56d1 | [log] [tgz] |
---|---|---|
author | Shunya Shishido <sisidovski@chromium.org> | Wed Nov 20 09:26:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 20 09:26:31 2024 |
tree | 014bfd990392a5a3d4a00f8b4c85a989012b046c | |
parent | 6374ee1e5835cbd09f4347854f52e6a0f429b0f3 [diff] |
Add more header handling for synthetic response Based on the analysis, we identified `p3p`, `X-DNS-Prefetch-Control`, and `strict-transport-security` can be managed to start the navigation commit with synthetic response. To achieve that, this CL introduces an ignorable list for headers, and put `p3p` and `X-DNS-Prefetch-Control` to the list. For `strict-transport-security`, we don't check its value in the header mismatch detection mechanismthe. Analysis Doc (Google internal): https://docs.google.com/document/d/1e0JeFA4VBb1DxQie8Is46b3D5SOiDb2GHc3UK7Gv77A/edit?resourcekey=0-DbwNAYFVWUyYrmNevgm3gg&tab=t.0 Bug: 379764811 Change-Id: If3eade7b13e82636bbed92f4050f936579042470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033051 Reviewed-by: Shunya Shishido <sisidovski@chromium.org> Commit-Queue: Shunya Shishido <sisidovski@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1385513}
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.