Flowdock
method

filter_proxies

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: GetIp
filter_proxies(ips) 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_dispatch/middleware/remote_ip.rb, line 176
      def filter_proxies(ips) # :doc:
        ips.reject do |ip|
          @proxies.any? { |proxy| proxy === ip }
        end
      end
Register or log in to add new notes.