There is a JavaScript code that opens new page which tries to change the mother-page with the help of window.opener. I need to Protect mother-page from any change. Any advice on how to do it?
Code like this needs to be blocked
window.opener.location.href='http://google.com/';