Posts

Post not yet marked as solved
0 Replies
3.3k Views
We are facing cross-origin frame issue as highlighted below. In our case, the course content file which is remotely hosted on server tries to communicate with the app by sending data using Javascript.SecurityError (DOM Exception 18): Blocked a frame with origin "http://website" from accessing a frame with origin "file://". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "file". Protocols must match.
Posted Last updated
.