AboutSupportDeveloper GuideVersion 41.129.83.3
interface NavigationRules {
    allowlist?: string[];
    blacklist?: string[];
    denylist?: string[];
    matchOptions?: RuleMatchOptions;
    whitelist?: string[];
}

Properties

allowlist?: string[]

Allowed URLs for navigation.

blacklist?: string[]

Use denylist property instead.

denylist?: string[]

Forbidden URLs for navigation.

matchOptions?: RuleMatchOptions

Options to use when comparing URIs to the allowlist and denylist patterns.

whitelist?: string[]

Use allowlist property instead.