1
0
Fork 0
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:
bogdanvlviv 2017-10-21 18:01:57 +03:00
parent 20c9111990
commit 75597f064a
No known key found for this signature in database
GPG key ID: E4ACD76A6DB6DFDD

View file

@ -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*