do not encourage disabling protection

This commit is contained in:
Konstantin Haase 2012-04-19 15:42:53 +02:00
parent 0bf6b92ced
commit 1399a7ba09
1 changed files with 2 additions and 1 deletions

View File

@ -1300,7 +1300,8 @@ You can access those options via <tt>settings</tt>:
Sinatra is using
{Rack::Protection}[https://github.com/rkh/rack-protection#readme] to defend
you application against common, opportunistic attacks. You can easily disable
this behavior (which should result in performance gains):
this behavior (which will open your application to tons of common
vulnerabilities):
disable :protection