Protect your apps from ClickJacking
Here an interesting video which I recently lookat.
http://www.youtube.com/watch?v=gxyLbpldmuU
To protect your apps
put this code
if (top != self)
{
self.location.href = "http://yoursite.com";
}
http://www.youtube.com/watch?v=gxyLbpldmuU
To protect your apps
put this code
if (top != self)
{
self.location.href = "http://yoursite.com";
}







0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home