matchDomains property

List<String>? matchDomains
getter/setter pair

Define an array of domains to determine which hosts should use the proxy. If the array is empty, all domains are allowed to use the proxy other than domains listed in excludedDomains.

Officially Supported Platforms/Implementations:

  • iOS WKWebView
  • macOS WKWebView

Implementation

List<String>? matchDomains;