class Rack::Protection::CookieTossing

def redirect(env)

def redirect(env)
  request = Request.new(env)
  warn env, "attack prevented by #{self.class}"
  [302, { 'Content-Type' => 'text/html', 'Location' => request.path }, []]
end