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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 19:27:26 PST 2019


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

--- Comment #44 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Er:

if (auto* networkStorageSession = m_process.networkStorageSession(sessionID))
    networkStorageSession.cookieStorage().setCookieAcceptPolicy(networkStorageSession, curlPolicy);

And then in WebCookieManager::platformGetHTTPCookieAcceptPolicy, instead of using m_process.defaultStorageSession, again use m_process.networkStorageSession(sessionID). Again, only if my patch in bug #195140 lands first (if yours lands first, then I'll handle it in mine).

-- 
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/20190228/14137809/attachment.html>


More information about the webkit-unassigned mailing list