commit | e7295b11532e39b8a9c2a54e9b3c5ca98a6c1cd8 | [log] [tgz] |
---|---|---|
author | Lily Chen <[email protected]> | Wed Dec 04 00:23:30 2019 |
committer | Commit Bot <[email protected]> | Wed Dec 04 00:23:30 2019 |
tree | 621d9ca04de4d60f6229b49211b2e5f65b53bf4e | |
parent | 6dd75c5f7d66ed49f0652f6ccee78cac668f4d3b [diff] |
Grant legacy cookie access semantics if last eligible access was recent This implements behind a default disabled base::Feature a mechanism by which cookies that were accessed recently enough (as specified by a FeatureParam value) from an eligible context are granted legacy cookie access semantics. A previous cookie access is considered eligible if it allowed HttpOnly cookies, and was same-site (strictly for get, laxly for set). Bug: 1029099 Change-Id: Id7bea1ca37e2d1d97a4c8c836f07758c8e647e05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1948233 Reviewed-by: Maksim Orlovich <[email protected]> Commit-Queue: Lily Chen <[email protected]> Cr-Commit-Position: refs/heads/master@{#721254}
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 .