In computing, the same origin policy is an important security concept for a number of browser-side programming languages, such as JavaScript.

learn more… | top users | synonyms

6
votes
1answer
581 views

IFRAME sandbox attribute is blocking AJAX calls

I have an application (http://localhost/MyApp), where some of the parts are rendered through IFRAMES. These iframed parts has no business with the rest of the application's DOM, so I applied the ...