[Webkit-unassigned] [Bug 191645] [Curl] Implement Cookie Accept Policy.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 18:39:06 PST 2019


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

--- Comment #65 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Fujii Hironori from comment #63)
> Comment on attachment 363499 [details]
> 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))

FIXED.

-- 
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/20190305/321b790a/attachment.html>


More information about the webkit-unassigned mailing list