Class | Rack::Protection::Base |
In: |
lib/rack/protection/base.rb
|
Parent: | Object |
DEFAULT_OPTIONS | = | { :reaction => :default_reaction, :logging => true, :message => 'Forbidden', :encryptor => Digest::SHA1, :session_key => 'rack.session', :status => 403, :allow_empty_referrer => true, :report_key => "protection.failed", :html_types => %w[text/html application/xhtml text/xml application/xml] |
app | [R] | |
options | [R] |