1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/rack-protection
Konstantin Haase 7b70a7924e fix mock_app
2011-05-24 10:56:31 +02:00
..
lib fix default options not overriding options 2011-05-24 10:56:19 +02:00
spec fix mock_app 2011-05-24 10:56:31 +02:00
.gitignore initial commit 2011-05-23 10:07:54 +02:00
Gemfile initial commit 2011-05-23 10:07:54 +02:00
License initial commit 2011-05-23 10:07:54 +02:00
rack-protection.gemspec set up testing infrastructure and shared tests 2011-05-23 17:36:16 +02:00
Rakefile initial commit 2011-05-23 10:07:54 +02:00
README.md initial commit 2011-05-23 10:07:54 +02:00

You should use protection!

Usage

# config.ru
require 'rack/protection'
use Rack::Protection

Installation

gem install rack-protection

TODO

  • Write code and documentation