commit | dd38784285ce472bcd3029aedf09360b703f8ee1 | [log] [tgz] |
---|---|---|
author | Victor Tan <victortan@chromium.org> | Wed Jan 26 17:27:44 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 26 17:27:44 2022 |
tree | 72e410a066c5d184ba5c722f5f05cae6f20ab314 | |
parent | 9a3c38f14f88c8a063d38a51651695ceef82f4c2 [diff] |
Adding a client hint for full user agent header string Similarly to `Sec-CH-UA-Reduced`, as part of allowing origins to opt into receiving the full user agent string, we are introducing a temporary client hint `Sec-CH-UA-Full` indicating to the origin that the User-Agent header contains the full user agent string which if it sets to "?1". Notes: This CL only adds the client hint. A subsequent CLs will add the functionality to send the client hint to the origin. Design doc: https://docs.google.com/document/d/1d-K43rzfDGxNM4H6Yzh5lV08KJwLsae06i4Q0A8snME Bug: 1286857 Change-Id: I0e36d192693e7b3a851807064f879893567c0631 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3383693 Reviewed-by: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Aaron Tagliaboschi <aarontag@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Reviewed-by: Ali Beyad <abeyad@chromium.org> Commit-Queue: Victor Tan <victortan@chromium.org> Cr-Commit-Position: refs/heads/main@{#963567}
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.