excludedHosts property

List<String>? excludedHosts
getter/setter pair

For a direct proxy, the hosts for which the proxy is bypassed.

The host names may contain wildcards such as *.example.com.

Implementation

core.List<core.String>? excludedHosts;