aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2019-03-18 22:41:53 +0530
committerGitHub <noreply@github.com>2019-03-18 22:41:53 +0530
commit0e94a513feb30b382946bef0855869c366a733e9 (patch)
tree0478beae4310d6e9faeb1aa741b0cae057c6badc /railties/CHANGELOG.md
parent014aa10fc0c2e1431235134c5f94c467e8c17cbd (diff)
downloadrails-0e94a513feb30b382946bef0855869c366a733e9.tar.gz
rails-0e94a513feb30b382946bef0855869c366a733e9.tar.bz2
rails-0e94a513feb30b382946bef0855869c366a733e9.zip
Added release notes for changes in Railties [ci skip] (#35622)
[Alex Kitchens, Prathamesh Sonpatki]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 264e72bc59..226b949b34 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -79,9 +79,9 @@
*George Claghorn*
-* Introduce guard against DNS rebinding attacks
+* Introduce guard against DNS rebinding attacks.
- The `ActionDispatch::HostAuthorization` is a new middleware that prevent
+ The `ActionDispatch::HostAuthorization` is a new middleware that prevents
against DNS rebinding and other `Host` header attacks. It is included in
the development environment by default with the following configuration: