diff --git a/rack-protection/lib/rack/protection/remote_referrer.rb b/rack-protection/lib/rack/protection/remote_referrer.rb index ecb16229..5375ebc3 100644 --- a/rack-protection/lib/rack/protection/remote_referrer.rb +++ b/rack-protection/lib/rack/protection/remote_referrer.rb @@ -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