removeImplicitRules property
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 totrue
to override the default behavior and force localhost and link-local URLs to be sent through the proxy.
Implementation
bool? removeImplicitRules;