This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Clickjacking Cheat Sheet"

From OWASP
Jump to: navigation, search
m
Line 4: Line 4:
  
 
This article is focused on providing developer guidance on Clickjack/UI Redress attack prevention.  
 
This article is focused on providing developer guidance on Clickjack/UI Redress attack prevention.  
 
= Clickjacking Defenses =
 
 
== Frame busting JavaScript ==
 
== X-Frame-Options ==
 
== NoScript ==
 
== IE8 XSS filter ==
 
== Restricted frames ==
 
== Redefining location ==
 
== Clickjacking detection ==
 
  
 
= References =
 
= References =

Revision as of 16:12, 16 November 2012

DRAFT CHEAT SHEET - WORK IN PROGRESS

Introduction

This article is focused on providing developer guidance on Clickjack/UI Redress attack prevention.

References

https://www.owasp.org/index.php/Clickjacking

OWASP Cheat Sheets Project Homepage