From 4df55677d06860dc9336df5dfc09b66ff1a512e6 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 2 May 2013 13:57:28 -0400 Subject: [PATCH] README: add link to blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6214fa7..cf0d52b 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,8 @@ It is impractical if not impossible to block abusive clients completely. Rack::Attack aims to let developers quickly mitigate abusive requests and rely less on short-term, one-off hacks to block a particular attack. +See also: the [Backing & Hacking blog post](http://www.kickstarter.com/backing-and-hacking/rack-attack-protection-from-abusive-clients) introducing Rack::Attack. + [![Build Status](https://travis-ci.org/kickstarter/rack-attack.png?branch=master)](https://travis-ci.org/kickstarter/rack-attack) [![Code Climate](https://codeclimate.com/github/kickstarter/rack-attack.png)](https://codeclimate.com/github/kickstarter/rack-attack)