sticksen / STKWebKitViewController

Usable UI around WKWebView
MIT License
147 stars 29 forks source link

Question on same-origin policy (SOP) across iframes #7

Closed bitsofparag closed 9 years ago

bitsofparag commented 9 years ago

Does STKWebKitViewController'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?

sticksen commented 9 years ago

It´s a ViewController built around WKWebView, as the readme states.