mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Changelog + better README description
This commit is contained in:
parent
f911138f7d
commit
e1d736f0f0
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
* Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari)
|
* Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari)
|
||||||
* Rack::Attack.new returns an instance to ease testing (thanks @stevehodgkiss)
|
* Rack::Attack.new returns an instance to ease testing (thanks @stevehodgkiss)
|
||||||
* Use Rack::Attack::Request subclass of Rack::Request for easier extending (thanks @tristandunn)
|
* Use Rack::Attack::Request subclass of Rack::Request for easier extending (thanks @tristandunn)
|
||||||
|
* Test more dalli versions.
|
||||||
|
|
||||||
## v3.0.0 - 15 March 2014
|
## v3.0.0 - 15 March 2014
|
||||||
* Change default blacklisted response to 403 Forbidden (thanks @carpodaster).
|
* Change default blacklisted response to 403 Forbidden (thanks @carpodaster).
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Rack::Attack!!!
|
# Rack::Attack!!!
|
||||||
*A DSL for blocking & throttling abusive clients*
|
*Rack middleware for blocking & throttling abusive requests*
|
||||||
|
|
||||||
Rack::Attack is a rack middleware to protect your web app from bad clients.
|
Rack::Attack is a rack middleware to protect your web app from bad clients.
|
||||||
It allows *whitelisting*, *blacklisting*, *throttling*, and *tracking* based on arbitrary properties of the request.
|
It allows *whitelisting*, *blacklisting*, *throttling*, and *tracking* based on arbitrary properties of the request.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue