[Webkit-unassigned] [Bug 191645] [Curl] Implement Cookie Accept Policy.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 4 02:59:15 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=191645
--- Comment #63 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 363499
--> https://bugs.webkit.org/attachment.cgi?id=363499
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=363499&action=review
> Source/WebCore/platform/network/curl/CookieJarDB.cpp:338
> + if (isPublicSuffix(url.host().toString()))
Can you use 'host'?
if (isPublicSuffix(host))
--
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/20190304/578577e0/attachment.html>
More information about the webkit-unassigned
mailing list