Clickjacking Protection Using X-FRAME-OPTIONS Available for Firefox
But browser support is only half the solution, don’t forget to implement the server-side, too. Clickjacking, unlike more well-known (and understood) web application vulnerabilities, has been give...
Published Jun 23, 2009
Version 1.0Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Employee
Joined October 17, 2006
brad_11480
Jun 01, 2015Nimbostratus
when HTTP_RESPONSE {
HTTP::header replace X-Frame-Options "(DENY || SAMEORIGIN)"
}