Hi,
I have a client side script with window.top.opener line in it. This is where error is being thrown when debugged.
This script was working fine but started throwing this below error today.
Blocked a frame with origin "">http://www.<domain>.com" from accessing a cross-origin frame.
I know using window.top is not supported but it was working fine, so didn't look into it earlier.
Can somebody please let me know what this error means and how to fix it?
Thanks for any help.