NEW 140195
No API to clear WKWebView cookies
https://bugs.webkit.org/show_bug.cgi?id=140195
Summary No API to clear WKWebView cookies
Eugene But
Reported 2015-01-07 12:51:10 PST
Summary: There is apparently no way to clear the cookies used by WKWebView. This is a significant problem if trying to implement anything like a browser, since being able to clear cookies is a critical user privacy feature. Note that this is distinct from bug 140191 in that if it's impractical to have full cookie management for WKWebView, at the very least a way of clearing cookies is necessary, and would presumably be easier to implement (since it doesn't require a return value, or have cross-process synchronization issues). Steps to Reproduce: N/A Expected Results: An API on one of the WKWebView-related class allowing clearing cookies. Actual Results: No apparent way to clear cookies
Attachments
Eugene But
Comment 1 2015-01-07 15:59:05 PST
Radar ID: 18180302
Note You need to log in before you can comment on or make changes to this bug.