blocking intercept iframes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

blocking intercept iframes

Post 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
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

Re: blocking intercept iframes

Post 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>
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
Post Reply