Closed texpert closed 5 months ago
Starting from Rails 7.0 a redirection to other host will raise an exception unless the redirect_to method is called with the allow_other_host: true option
redirect_to
allow_other_host: true
Starting from Rails 7.0 a redirection to other host will raise an exception unless the
redirect_to
method is called with theallow_other_host: true
option