commit | 5de3a8d8986b27ec4278e4e6c949f909c8b2ae9b | [log] [tgz] |
---|---|---|
author | Hayato Ito <hayato@chromium.org> | Thu May 23 06:48:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 23 06:48:24 2024 |
tree | aca4f3d54736e2b26104d70d327eb3eb7d77bf5c | |
parent | 0e8a34236d010c73495ab5cdf9db3cc3678fdacc [diff] |
[URL] Preserve Blink's CSP behavior for non-special URLs This CL is similar to https://crrev.com/c/5528336, but for Blink's CSP implementation to ensure the behavior remains consistent regardless of non-special URL support. The following tests now pass: - CSPSourceTest.MatchingAsSelf - CSPSourceTest.SchemeIsEmpty Bug: 40063064 Change-Id: I80d7e64a627ffc9dbb7616027467ea1c6616b983 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5561804 Reviewed-by: Antonio Sartori <antoniosartori@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/main@{#1304889}
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.