AboutSupportDeveloper GuideVersion 37.124.81.24
ContentBlockedEvent: NamedEvent & {
    type: "content-blocked";
    url: string;
}

Generated when content navigation or redirection is blocked by DomainSettings.

Type declaration

  • type: "content-blocked"
  • url: string

    The domain whose content was blocked.