method

_allow_other_host

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActionController::Redirecting
_allow_other_host() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/redirecting.rb, line 181
      def _allow_other_host
        !raise_on_open_redirects
      end
Register or log in to add new notes.