AboutSupportDeveloper GuideVersion 38.126.82.64

A rule prescribing content creation that should be blocked.

interface BlockedContentCreationRule {
    behavior: "block";
    data?: unknown;
    match: string[];
}

Properties

Properties

behavior: "block"

Behavior to use when opening matched content.

data?: unknown

custom property

match: string[]

List of match patterns that indicate the specified behavior should be used