remove note about NoReferrer

This commit is contained in:
Konstantin Haase 2013-03-01 15:23:34 +11:00
parent a9597b5cb7
commit 45581679fe
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ module Rack
#
# Does not accept unsafe HTTP requests if the Referer [sic] header is set to
# a different host.
#
# Combine with NoReferrer to also block remote requests from non-HTTP pages
# (FTP/HTTPS/...).
class RemoteReferrer < Base
default_reaction :deny