commit | 7ac40506bd7bef4898746169631f43d460d3befd | [log] [tgz] |
---|---|---|
author | Luca Versari <[email protected]> | Wed May 14 18:48:06 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed May 14 18:48:06 2025 |
tree | 21a7505574fd994c3d911ca05e75c6cdb991f53d | |
parent | b0a9da6636d9811b6f33d631aeac52195a9edb21 [diff] |
Allow __Host and __Secure cookies on localhost. As discussed in the attached bug, the spec seems to intend those cookies to be settable for Trustworthy origins, and not just for origins with a secure scheme. This CL aligns the behaviour with the spec, and matches i.e. Firefox. Bug: 40196122 Change-Id: I1a61a663b050fa6935b5dc76a61f46e97823d33f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6535909 Commit-Queue: Luca Versari <[email protected]> Reviewed-by: Chris Fredrickson <[email protected]> Reviewed-by: Jonathan Ross <[email protected]> Cr-Commit-Position: refs/heads/main@{#1460266}
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.