# File lib/rack/protection/remote_token.rb, line 17
      def accepts?(env)
        super or referrer(env) == Request.new(env).host
      end