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

    Raw resource observation sent to native for classification. C-S-S does not classify — native TrackerResolver is sole authority.

    interface ResourceObserved {
        pageUrl: string;
        potentiallyBlocked: boolean;
        resourceType: string;
        url: string;
    }
    Index

    Properties

    pageUrl: string

    The URL of the top-level page

    potentiallyBlocked: boolean

    Script-side context hint. NOT authoritative — native TrackerResolver determines final blocking state.

    resourceType: string

    Resource type: script, image, xmlhttprequest, fetch, iframe, link

    url: string

    The URL of the intercepted resource