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

Properties

allowlist?: string[]

Allowed URLs for navigation.

blacklist?: string[]

Deprecated

Use denylist property instead.

denylist?: string[]

Forbidden URLs for navigation.

whitelist?: string[]

Deprecated

Use allowlist property instead.