commit | d3bf638d6c628d1f5e735ba3f5435d3b0e20b2f1 | [log] [tgz] |
---|---|---|
author | Lily Chen <[email protected]> | Fri May 03 16:54:25 2019 |
committer | Commit Bot <[email protected]> | Fri May 03 16:54:25 2019 |
tree | 8b8037e6fbd684df9f21577ef1a667cfc96b8adc | |
parent | e7053a1f0f56dd0108133e8396dcaf49fd931f23 [diff] |
Make CookiesWithoutSameSiteMustBeSecure reject regardless of source This CL changes the CookiesWithoutSameSiteMustBeSecure flag's behavior. Previously, a SameSite=None cookie set without Secure, would be treated as Secure if set from a secure context, or rejected if set from an insecure context. This CL changes that to always reject such a cookie regardless of source scheme. Bug: 954551 Change-Id: Ie035ebc97425f855665b81419ac717173e2dcba5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594693 Commit-Queue: Lily Chen <[email protected]> Reviewed-by: Mike West <[email protected]> Cr-Commit-Position: refs/heads/master@{#656409}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .