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:
parent
a9597b5cb7
commit
45581679fe
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue