[Webkit-unassigned] [Bug 241803] Safari throws exception when calling requestStorageAccess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 06:54:23 PDT 2022


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

--- Comment #8 from John Wilander <wilander at apple.com> ---
(In reply to Jason Wilson from comment #6)
> I'm not sure I understand. When I don't catch the exception, I get the
> message "Unhandled Promise Rejected: undefined".
> 
> If I catch the error and look at the error object, it is undefined.
> 
> We can call the embedded address start.flashparking.com and the host address
> portal.flashparking.com.

I checked the Public Suffix List (https://publicsuffix.org/list/public_suffix_list.dat) and flashparking.com is not a public suffix. This means that start.flashparking.com and portal.flashparking.com are just cross-origin and not cross-site. You therefore don't have to call the Storage Access API because you already have cookie access on start.flashparking.com under portal.flashparking.com.

If these domains were just made up as an example, please provide the real domain names so that we can establish whether or not you need to call the Storage Access API. Thanks!

-- 
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/20220627/3d5fae82/attachment-0001.htm>


More information about the webkit-unassigned mailing list