From 75597f064a21ba6682678edf10ae18c33653662d Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sat, 21 Oct 2017 18:01:57 +0300 Subject: Add changelog entry about new `allow_other_host` option for `redirect_back` method [ci skip] Related to #30850 --- actionpack/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 9a001cef9b..e5c814cc79 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,10 @@ +* Add `:allow_other_host` option to `redirect_back` method. + When `allow_other_host` is set to `false`, the `redirect_back` + will not allow a redirecting from a different host. + `allow_other_host` is `true` by default. + + *Tim Masliuchenko* + * Add headless chrome support to System Tests. *Yuji Yaginuma* -- cgit v1.2.3