method

_allow_other_host

_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