class Rack::Protection::Base
def deny(env)
def deny(env) warn env, "attack prevented by #{self.class}" [options[:status], { 'Content-Type' => 'text/plain' }, [options[:message]]] end
def deny(env) warn env, "attack prevented by #{self.class}" [options[:status], { 'Content-Type' => 'text/plain' }, [options[:message]]] end