[Webkit-unassigned] [Bug 138169] WKWebView does not fully support custom NSURLProtocol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 00:23:29 PDT 2016


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

--- Comment #14 from Ignacio Calderon <ignacio at backbase.com> ---
(In reply to comment #11)
> (In reply to comment #6)
> > In my particular case, this interception is needed for 2 main purposes:
> > 1. Implement SSL pinning for web view content (most important)
> > 2. Provide encrypted on-device assets, and be able to decrypt them before
> > pass them to the web view for rendering.
> 
> Is this for resources with the http/https scheme? Or a different scheme?

For (1), https resources.
For (2), main case file:// and optionally http*://. The assets could be on the app bundle encrypted to avoid tampering or reverse engineering, and accessed via file:// schemes. Or http/https equivalent to an end-to-end encryption, to dynamically update the content.

-- 
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/20160524/48f311ce/attachment.html>


More information about the webkit-unassigned mailing list