diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-09-23 18:14:44 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-09-23 18:14:44 +0000 |
commit | c61900385452e50bd825f1ab5abef95bc969fadc (patch) | |
tree | d4fb78ed415dbb9dd69c0468eef0d039bf2817bc /actionpack/CHANGELOG | |
parent | da0725aae3c08543dcc39446236a5a1fc55a9136 (diff) | |
download | rails-c61900385452e50bd825f1ab5abef95bc969fadc.tar.gz rails-c61900385452e50bd825f1ab5abef95bc969fadc.tar.bz2 rails-c61900385452e50bd825f1ab5abef95bc969fadc.zip |
Rename some RequestForgeryProtection methods. The class method is now #protect_from_forgery, and the default parameter is now 'authenticity_token'. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7596 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 49fb5a1b3d..713e25396e 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Rename some RequestForgeryProtection methods. The class method is now #protect_from_forgery, and the default parameter is now 'authenticity_token'. [Rick] + * Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model that verifies session-specific _tokens for non-GET requests. [Rick] * Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. Closes #8877. [Rick, lifofifo, Jacques Distler] |