[Webkit-unassigned] [Bug 198181] Cookies with SameSite=None or SameSite=invalid treated as Strict

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 15 21:03:59 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=198181

--- Comment #31 from Jay Shaw <jason at engageify.com> ---
(In reply to Remko Tronçon from comment #30)
> Heads up: the above regex is incomplete: for OS X, it checks on Safari
> version only, but this fails for e.g. Safari 13 on OS X 10.14.

I think this fixes the issue with 10.14:

<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-2].*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/20200216/e7543f03/attachment.htm>


More information about the webkit-unassigned mailing list