exceptionList
An array of domain name patterns. If the destination host name of an HTTP connection matches one of these patterns then the proxy settings will not be used for the connection.
Declaration
var exceptionList: [String]? { get set }Discussion
The pattern strings may contain ‘*’ characters as wildcards.