Question on same-origin policy (SOP) across iframes
Closed this issue · 1 comments
bitsofparag commented
Does TOWebViewController
'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?
TimOliver commented
Hi Parag!
Yeah, it's basically an extension over the system default UIWebView
UI control, so it just uses the default WebKit implementation. There might be a way to disable SOP, but that's probably out of the scope of this view controller.
Hope that helps!