instance method
_allow_other_host
Ruby on Rails 7.0.10
Since v7.0.10 PrivateSignature
_allow_other_host()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/redirecting.rb, line 181
def _allow_other_host
!raise_on_open_redirects
end
Defined in actionpack/lib/action_controller/metal/redirecting.rb line 181
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Redirecting