fix typo in readme about protection

This commit is contained in:
lest 2011-11-17 17:13:23 +03:00
parent c70777dfe3
commit 775d460df1
1 changed files with 1 additions and 1 deletions

View File

@ -1278,7 +1278,7 @@ To skip a single defense layer, set +protection+ to an options hash:
You can also hand in an array in order to disable a list of protections:
set :protections, :except => [:path_traversal, :session_hijacking]
set :protection, :except => [:path_traversal, :session_hijacking]
=== Available Settings