removeImplicitRules property

bool? removeImplicitRules
getter/setter pair

By default, certain hostnames implicitly bypass the proxy if they are link-local IPs, or localhost addresses. For instance hostnames matching any of (non-exhaustive list):

  • localhost
  • *.localhost
  • ::1
  • 127.0.0.1/8
  • 169.254/16
  • FE80::/10 Set this to true to override the default behavior and force localhost and link-local URLs to be sent through the proxy.

Implementation

bool? removeImplicitRules;