AboutSupportDeveloper GuideVersion 37.124.81.24

Restrict redirects to URLs that match an allowed pattern. In the lack of an allowlist, redirects to URLs that match a denied pattern would be prohibited. See here for more details.

Remarks

Superseded by DomainSettingsRule.content. If default includes a content setting, this setting will be ignored.

Hierarchy

  • ContentRedirect

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.