dfmuir / KINWebBrowser

A web browser module for your iOS apps.
Other
838 stars 167 forks source link

Question on same-origin policy across iframes loaded in KINWebBrowser #24

Closed bitsofparag closed 9 years ago

bitsofparag commented 9 years ago

Does KINWebBrowser's webkit implementation allow access to web preferences so that one can disable SOP across iframes that have different origins? Or is it just a view controller built over the standard iOS Webkit library?

dfmuir commented 9 years ago

KINWebBrowser is built over the standard WKWebView and UIWebView libraries.