[Webkit-unassigned] [Bug 198181] Cookies with SameSite=None or SameSite=invalid treated as Strict
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 12 05:12:14 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=198181
--- Comment #33 from Jay Shaw <jason at engageify.com> ---
(In reply to Nadav Ofir from comment #32)
> Seems to still be buggy on OS X 10.15.3 (Safari 13.1) - can you confirm this
> is not yet shipped? where can we see an ETA if such exists?
Can you test and let us know if this tweak works for 13.1 as well?:
<If "%{HTTP_USER_AGENT} !~ /(iPhone; CPU iPhone OS 1[0-2]|iPad; CPU OS 1[0-2]|iPod touch; CPU iPhone OS 1[0-2]|Macintosh; Intel Mac OS X.*Version\x2F1[0-3].*Safari|Macintosh;.*Mac OS X 10_14.* AppleWebKit.*Version\x2F1[0-3].*Safari)/i">
Header edit Set-Cookie ^(.*)$ $1;SameSite=None;Secure
</If>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200412/36fe3b74/attachment.htm>
More information about the webkit-unassigned
mailing list