reverseBypassEnabled property
Reverse the bypass list.
The default value is false
, in which case all URLs will use proxy settings except the ones in the bypass list, which will be connected to directly instead.
If set to true
, then only URLs in the bypass list will use these proxy settings, and all other URLs will be connected to directly.
Use bypassRules to add bypass rules.
NOTE: available only if WebViewFeature.PROXY_OVERRIDE_REVERSE_BYPASS feature is supported.
Implementation
bool reverseBypassEnabled;