excludedDomains property

List<String>? excludedDomains
getter/setter pair

Define an array of domains to determine which hosts should not use the proxy. If the array is empty, no domains are excluded.

Officially Supported Platforms/Implementations:

  • iOS WKWebView
  • macOS WKWebView

Implementation

List<String>? excludedDomains;