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