mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
add links to more infos
This commit is contained in:
parent
6072730db3
commit
f341cf7024
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue