diff options
-rw-r--r-- | actionpack/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 59a7f12ac6..291e019530 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,10 +1,10 @@ * Protect from forgery by default - Rather than protecting from forgery in the generated ApplicationController, - add it to ActionController::Base depending on + Rather than protecting from forgery in the generated `ApplicationController`, + add it to `ActionController::Base` depending on `config.action_controller.default_protect_from_forgery`. This configuration defaults to false to support older versions which have removed it from their - ApplicationController, but is set to true for Rails 5.2. + `ApplicationController`, but is set to true for Rails 5.2. *Lisa Ugray* |