mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add changelog entry about new allow_other_host
option for redirect_back
method [ci skip]
Related to #30850
This commit is contained in:
parent
20c9111990
commit
75597f064a
1 changed files with 7 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue