Skip to content

Commit

Permalink
Merge pull request sinatra#62 from arsduo/patch-1
Browse files Browse the repository at this point in the history
No longer implicitly encourage disabling CSRF protection
  • Loading branch information
rkh committed Apr 20, 2012
2 parents 4b9ee6b + f089671 commit e4f9bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/README.html
Expand Up @@ -1558,7 +1558,7 @@ <h3>Configuring attack protection</h3>
<p>Sinatra is using <a
href="https://github.com/rkh/rack-protection#readme">Rack::Protection</a>
to defend you application against common, opportunistic attacks. You can
easily disable this behavior (which should result in performance gains):</p>
disable this behavior if needed:</p>

<pre>disable :protection</pre>

Expand Down

0 comments on commit e4f9bb6

Please sign in to comment.