[Webkit-unassigned] [Bug 140205] WKWebView does not provide a way to set cookie accept policy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 00:05:02 PST 2020


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

--- Comment #32 from Maciej Stachowiak <mjs at apple.com> ---
The C SPI has a way to set this, via WKHTTPCookieStoreSetHTTPCookieAcceptPolicy, but the Cocoa WKWebView API does not.

We would likely not support doing this thought NSHTTPCookieStorage, since it would be weird for it to have a side effect beyond the process calling it. The actual cookie policy is in the network process.

One thing we have to be cautious of is when/whether to allow setting a policy that is more permissive than the default (rather than more restrictive).

-- 
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/20200219/770a2ab6/attachment-0001.htm>


More information about the webkit-unassigned mailing list