[Webkit-unassigned] [Bug 138169] WKWebView does not fully support custom NSURLProtocol
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 1 12:52:22 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=138169
--- Comment #20 from Eugene But <eugenebut at chromium.org> ---
We already filed multiple bugs against specific features, which I can list here:
Block 3rd party cookies:
https://bugs.webkit.org/show_bug.cgi?id=140205
Do Not Track:
https://bugs.webkit.org/show_bug.cgi?id=140571
Non-ephemeral Incognito browsing:
https://bugs.webkit.org/show_bug.cgi?id=140201
Downloads if authentication is required:
https://bugs.webkit.org/show_bug.cgi?id=140191
Multiple profiles support:
https://bugs.webkit.org/show_bug.cgi?id=140201
We filed various radars against CFNetwork and Security frameworks to cover missing security features. However the fully working solution would be to allow using custom network protocols.
Concerning WebP support, Chrome did the following things:
1.) Appended WebP to Accept request header, so server could respond with WebP images
2.) Decoded responses with WebP mime types and replaced them with images supported by UIWebView
Neither request part, not response is possible with WKWebView.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160601/db8c2277/attachment.html>
More information about the webkit-unassigned
mailing list