In computing, the same origin policy is an important security concept for a number of browser-side programming languages, such as JavaScript.
5
votes
1answer
429 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 ...
1
vote
1answer
34 views
Blocking Arbitrary Elements from Iframe
Is there any way to block specific HTML elements from being created into an IFrame?
I'm not using JQuery but I don't mind using it.
My base code is like:
<iframe id="id_frame_01" ...
0
votes
0answers
64 views
Same origin policy - Subdomains and Root Domain
I have a question regarding the Same origin policy. My company has many subdomains and in one of them, they would like an iframe with another subdomain inside of it, and populate the form of the ...
