dzenbot / DZNWebViewController

A simple web browser for iPhone & iPad with similar features than Safari's
https://www.cocoacontrols.com/controls/dznwebviewcontroller
MIT License
1.06k stars 181 forks source link

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

Closed bitsofparag closed 9 years ago

bitsofparag commented 9 years ago

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

dzenbot commented 9 years ago

The implementation of WebKit is the standard and minimum to allow the basic features. The View Controller has been designed so you can exntend it easily and add any additional feature you need. So to answer your question: there is no specific implementation for disabling SOP across iframes of different origins.