[Webkit-unassigned] [Bug 245614] Safari forgets first-party interaction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 01:29:32 PST 2023


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

--- Comment #3 from Remko Tronçon <r+webkit at mko.re> ---
I tried with Safari 16.2, and I still experience the problem.

After going through the Storage Access API, the code I use tries to set a (client-side) cookie in JavaScript, and read it back immediately. If this fails, I assume cookie storage doesn't work, and that this is due to missing first-party interaction.

When I do this on a fresh browser instance, the check always fails. If I first go to our first-party website, sign in and out (to get first-party interaction), and then do the same third-party flow, it works fine.

-- 
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/20230125/07636daa/attachment.htm>


More information about the webkit-unassigned mailing list