add links to more infos

This commit is contained in:
Konstantin Haase 2011-05-24 12:23:22 +02:00
parent 6072730db3
commit f341cf7024
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ module Rack
# Prevented attack:: Clickjacking
# Supported browsers:: Internet Explorer 8, Firefox 3.6.9, Opera 10.50,
# Safari 4.0, Chrome 4.1.249.1042 and later
# More infos:: https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header
#
# Sets X-Frame-Options header to tell the browser avoid embedding the page
# in a frame.

View File

@ -5,6 +5,7 @@ module Rack
##
# Prevented attack:: Non-permanent XSS
# Supported browsers:: Internet Explorer 8 and later
# More infos:: http://blogs.msdn.com/b/ie/archive/2008/07/01/ie8-security-part-iv-the-xss-filter.aspx
#
# Sets X-XSS-Protection header to tell the browser to block attacks.
#