Closed
Description
The proposal is to add a new Partitioned bool field to the Cookie struct, set and used as follows:
In the Cookie parser, if the cookie says “; Partitioned”, the bool is set to true.
In Cookie.String, if Partitioned is true, the string adds “; Partitioned”.
In Cookie.Valid, if Partitioned is true and the cookie is not secure, Valid returns an error.
ref:
https://developer.chrome.com/docs/privacy-sandbox/third-party-cookie-phase-out/
Activity