commit | 35386cdb44a1ce0c8b5adb19a5cd06af67892f51 | [log] [tgz] |
---|---|---|
author | Xinghui Lu <xinghuilu@chromium.org> | Thu Jun 06 16:22:08 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 16:22:08 2024 |
tree | ada2ae04e57c42814a8c4ac4b02413266ccd3bb4 | |
parent | 1df5b7314fc01a9cf98199c9602d5d8b1ab891bc [diff] |
Fetch fast rotated OHTTP public key with customized header The OHTTP server will reduce the life time of the OHTTP keys to meet security requirements. To roll out this change gradually, the new keys will initially be served only when the request contains the X-OhttpPublickey-Fst header. Chrome will roll out this header gradually to make sure nothing breaks with the new key. After Chrome is fully migrated, the fast rotated key will be served by default (i.e. without the header). This is gated by a feature flag SafeBrowsingHashPrefixRealTimeLookupsFasterOhttpKeyRotation. It is disabled by default. Bug: 344912782 Change-Id: If339b7a15b145255c66d97854af91ebf07f8eb53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5600595 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by: thefrog <thefrog@chromium.org> Cr-Commit-Position: refs/heads/main@{#1311324}
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.