Post #2531942
2025-03-31 19:24 UTC
Safari now supports CHIPS โ opt-in partitioned cookies!
Cross-site resources that aren't from known tracker domains can set cookies with response headers like this:
Set-Cookie: TestCookie=12345; SameSite=None; Secure; Partitioned
See under "Networking" in this post:
https://webkit.org/blog/16574/webkit-features-in-safari-18-4/#networking
Replies (4)
-
@freddy@social.security.plumbing 2025-03-31 19:43
@wilander@mastodon.social yum! ๐
-
@Jespertheend@mastodon.social 2025-03-31 22:47
@wilander@mastodon.social This is great! And it comes just in time as I happen to need it for a project I'm currently working on. I do wonder though, why is this needed in the first place? Why not just partition cookies by default like we do with all other storage APIs? I can't think of any scenario where it would break existing sites.
-
@csh@social.lol 2025-04-01 05:17
@wilander@mastodon.social nice one. I love that Connection Security Details are also available now on iOS/iPadOS.
-
@dand@social.lol 2025-04-01 10:49
@wilander@mastodon.social how does this differ from ITP? I thought Safari was already partitioning third party cookies by default.