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
- Host: GitHub
- URL: https://github.com/sinatra/rack-protection
- Owner: sinatra
- Archived: true
- Created: 2011-05-23T08:03:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T15:02:31.000Z (almost 7 years ago)
- Last Synced: 2024-05-16T13:41:41.121Z (7 months ago)
- Homepage: https://github.com/sinatra/sinatra/tree/master/rack-protection
- Size: 509 KB
- Stars: 819
- Watchers: 24
- Forks: 59
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ruby - Rack::Protection - Rack middleware for protecting against typical Web attacks. (Security)
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
```