
Blocked a frame with origin "http://content.jwplatform.com" from accessing a frame with origin
I am getting this error in Safari (appears fine in FF and Chrome)
Blocked a frame with origin "http://content.jwplatform.com" from accessing a frame with origin...
I have read your article on crossdomain file loading. For dev purposes crossdomain.xml is:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
And virtual host in apache:
Header set Access-Control-Allow-Origin "*"
Please advise