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 (Created page with "= DRAFT CHEAT SHEET - WORK IN PROGRESS = = Introduction = This article is focused on providing developer guidance on Clickjack/UI Redress attack prevention. == Clickjacking D...")
 
(Replaced content with "Moved to [https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet].")
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= DRAFT CHEAT SHEET - WORK IN PROGRESS =
+
Moved to [https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet].
 
 
= Introduction =
 
 
 
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 ==
 
 
 
[https://www.owasp.org/index.php/Clickjacking https://www.owasp.org/index.php/Clickjacking]
 
 
 
{{Cheatsheet_Navigation}}
 
 
 
[[Category:Cheatsheets]]
 

Latest revision as of 22:05, 25 November 2012

Moved to https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet.