Closed ctnelson1997 closed 9 months ago
Ran test script; no other verification done.
How does this allow it, though? All this module does is parse the cookie header, which has no attributes, it has no functionality in setting the set-cookie header.
If this does enable partitioned support, please add tests to the pr so we have tests to verify the functionality.
Ah, misunderstanding on my end. I see activity on the other repos; I'll close this.
Chrome is starting a slow rollout of Cookies Having Independent Partitioned State (CHIPS), which requires the use of a new flag
partitioned
. Updated dependencycookie
which adds this in version 0.6.0. Also updatedcookie-signature
to the latest version.