I have a page which is embedded in iframe, from that page I open a popup window and I try to access document from opener object from popup window, getting the below error in JS Console.
Uncaught SecurityError: Blocked a frame with origin
https://<domain>
from accessing a frame with origin "swappedout://". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "swappedout". Protocols must match.
PS: This is working fine in some of the Chrome versions
Thanks in advance.