Document Chrome is also supported by XSSHeader [ci skip]

Closes #48
This commit is contained in:
Zachary Scott 2016-07-28 13:36:52 +09:00
parent b525d19538
commit 8fd566ecc0
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Prevented by:
Prevented by:
* `Rack::Protection::EscapedParams` (not included by `use Rack::Protection`)
* `Rack::Protection::XSSHeader` (Internet Explorer only)
* `Rack::Protection::XSSHeader` (Internet Explorer and Chrome only)
* `Rack::Protection::ContentSecurityPolicy`
## Clickjacking

View File

@ -4,7 +4,7 @@ module Rack
module Protection
##
# Prevented attack:: Non-permanent XSS
# Supported browsers:: Internet Explorer 8 and later
# Supported browsers:: Internet Explorer 8+ and Chrome
# 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.