method

filter_proxies

rails latest stable - Class: ActionDispatch::RemoteIp::GetIp

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

filter_proxies(ips)
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/remote_ip.rb, line 186
      def filter_proxies(ips) # :doc:
        ips.reject do |ip|
          @proxies.any? { |proxy| proxy === ip }
        end
      end