RESOLVED FIXED 182540
Add WKNavigationDelegate SPI to tell the client when an insecure plug-in is blocked
https://bugs.webkit.org/show_bug.cgi?id=182540
Summary Add WKNavigationDelegate SPI to tell the client when an insecure plug-in is b...
Jeff Miller
Reported 2018-02-06 10:35:25 PST
Add WKNavigationDelegate SPI to tell the client when an insecure plug-in is blocked to match existing functionality in WKPageLoaderClient. WKPageLoaderClient has a pluginDidFail callback that's invoked when a plug-in fails to initialize and when an insecure plug-in is blocked, but WKNavigationDelegate only defines a -_webView:didFailToInitializePlugInWithInfo: method for the former case.
Attachments
Patch (12.57 KB, patch)
2018-02-06 13:39 PST, Jeff Miller
achristensen: review+
Radar WebKit Bug Importer
Comment 1 2018-02-06 10:37:47 PST
Jeff Miller
Comment 2 2018-02-06 13:39:53 PST
Jeff Miller
Comment 3 2018-02-06 14:45:29 PST
Note You need to log in before you can comment on or make changes to this bug.