Page 1 of 1

blocking intercept iframes

Posted: Sat Oct 29, 2016 12:37 pm
by Vegan
https://hardcoregames.azurewebsites.net/?p=32838

I have tried

Code: Select all

window.onbeforeunload = function() {
  return "Are you sure you want to navigate away?";
}
this does not work either, for some reason I cannot block this nonsense so I was wondering how to counter this latest threat to my site

Re: blocking intercept iframes

Posted: Fri Nov 04, 2016 7:57 am
by Vegan
https://linux-guru.azurewebsites.net/securing-content/

testing some new measures against malicious iframes to see how they pan out

<iframe sandbox src="insert ad vendor here"></iframe>