method
trusted_proxies
rails latest stable - Class:
ActionController::Base::DeprecatedBehavior
trusted_proxies()public
No documentation available.
# File actionpack/lib/action_controller/deprecated/base.rb, line 67
def trusted_proxies
ActiveSupport::Deprecation.warn "ActionController::Base.trusted_proxies is deprecated. " <<
"Configuring trusted_proxies on the application configures a middleware.", caller
Rails.application.config.action_dispatch.ip_spoofing_check = value
end