hunchentoot icon indicating copy to clipboard operation
hunchentoot copied to clipboard

Feat: add partitioned cookie attribute

Open kilianmh opened this issue 2 years ago • 0 comments

The Partitioned attribute is a generalized boolean denoting whether this cookie uses partitioned storage with a separate cookie jar for each top-level site. This should prevent cross-site tracking while safeguarding user privacy.

See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#partitioned

kilianmh avatar Apr 08 '24 00:04 kilianmh