removeImplicitRules property
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 totrueto override the default behavior and force localhost and link-local URLs to be sent through the proxy.
Officially Supported Platforms/Implementations:
- Android WebView
Implementation
bool? removeImplicitRules;