mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
18 lines
198 B
Markdown
18 lines
198 B
Markdown
|
You should use protection!
|
||
|
|
||
|
# Usage
|
||
|
|
||
|
``` ruby
|
||
|
# config.ru
|
||
|
require 'rack/protection'
|
||
|
use Rack::Protection
|
||
|
```
|
||
|
|
||
|
# Installation
|
||
|
|
||
|
gem install rack-protection
|
||
|
|
||
|
# TODO
|
||
|
|
||
|
* Write code and documentation
|