1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

remove note about NoReferrer

This commit is contained in:
Konstantin Haase 2013-03-01 15:23:34 +11:00
parent a9597b5cb7
commit 45581679fe

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