Hi, 
I use APE and recently after updating chromium based browsers there was a 
communication failure with APE. 
Cors policy blocks the loading iframe window. The code blocks at this 
point: 
iframe.addEvent('load', function() { 
if (!iframe.contentWindow.APE) setTimeout(iframe.onload, 100);//Sometimes 
IE fires the onload event, but the iframe is not loaded -_-.
else iframe.contentWindow.APE.init(config;)
});

The error is : 
Failed to read a named property 'APE' from 'Window': Blocked a frame with 
origin 'address_page_with_other_port' from accessing a cross-origin frame.

how can this be circumvented without disabling security in the browser?

-- 
-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ape-project/de04d5e7-5cca-4047-9f24-156d5cb5647cn%40googlegroups.com.

Reply via email to