method
_allow_other_host
v8.1.1 -
Show latest stable
- Class:
ActionController::Redirecting
_allow_other_host()private
No documentation available.
# File actionpack/lib/action_controller/metal/redirecting.rb, line 260
def _allow_other_host
return false if raise_on_open_redirects
action_on_open_redirect != :raise
end