commit | 6c45a2ab969d500c98cedc499ceba5a34525d058 | [log] [tgz] |
---|---|---|
author | Mike West <mkwst@chromium.org> | Thu May 22 07:15:03 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 22 07:15:03 2025 |
tree | c8b7613d08522fba6cb0ff06370b5c5b40fb66f5 | |
parent | 4255797799d214280e4b84fb653f0268843b9c57 [diff] |
[SRI Message Signature] Ignore non-SRI signatures. We're currently applying SRI Message Signature rules to any and all `signature` and `signature-input` headers we see. This is a little presumptious of us. :) This CL ensures that we ignore those signatures that assert a `tag` that isn't valid for SRI. Those may well be valid for another scheme, and we should let that scheme's parsing code deal with them. Bug: 375224898 Change-Id: I581690a42b20e5cc8799bbf354b15d4406357d11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6574494 Reviewed-by: Antonio Sartori <antoniosartori@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/main@{#1463909}
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.