instance method _allow_other_host

Ruby on Rails 8.1.2

Since v7.0.10 Private

Available in: v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

_allow_other_host()

No documentation comment.

Source
# 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

Defined in actionpack/lib/action_controller/metal/redirecting.rb line 260 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::Redirecting

Type at least 2 characters to search.

↑↓ navigate · open · esc close