Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sinatra/rack-protection

NOTE: This project has been merged upstream to sinatra/sinatra
https://github.com/sinatra/rack-protection

Last synced: about 1 month ago
JSON representation

NOTE: This project has been merged upstream to sinatra/sinatra

Lists

README

        

# NOTE: This project has been merged upstream to [sinatra/sinatra](https://github.com/sinatra/sinatra)

The tree will be [merged upstream](https://github.com/sinatra/sinatra/tree/master/rack-protection), including commit history.

For specific file history, please refer to the [pre-merge branch](https://github.com/sinatra/rack-protection/tree/pre-merge) here.

To use this gem from the upstream repository, you can add the following to your `Gemfile`:

```ruby
github 'sinatra/sinatra' do
gem 'rack-protection'
end
```