@duckduckgo/content-scope-scripts
    Preparing search index...

    Notification sent when a tracker is detected (blocked or allowed)

    interface TrackerDetected {
        blocked: boolean;
        category?: string | null;
        entityName?: string | null;
        isAllowlisted?: boolean | null;
        isSurrogate: boolean;
        ownerName?: string | null;
        pageUrl: string;
        prevalence?: number | null;
        reason?: string | null;
        url: string;
    }
    Index

    Properties

    blocked: boolean

    Whether the request was blocked

    category?: string | null

    The category of the tracker

    entityName?: string | null

    The display name of the tracker entity

    isAllowlisted?: boolean | null

    Whether the tracker is allowlisted

    isSurrogate: boolean

    Whether a surrogate will be/was injected

    ownerName?: string | null

    The owner name of the tracker

    pageUrl: string

    The URL of the page where the tracker was detected

    prevalence?: number | null

    The prevalence of the tracker entity

    reason?: string | null

    The reason for the action

    url: string

    The URL of the detected tracker resource