unlessTopUrl property

List<String>? unlessTopUrl
getter/setter pair

An array of strings matched to the entire main document URL; acts on any site except URL patterns in provided list. Values must be lowercase ASCII, or punycode for non-ASCII. Can't be used with ContentBlockerTrigger.ifTopUrl.

Implementation

List<String>? unlessTopUrl;