@duckduckgo/privacy-dashboard
    Preparing search index...

    When present, indicates that this request was allowed to load. The reason key should indicate why it was allowed

    interface StateAllowed {
        allowed: {
            reason:
                | "protectionDisabled"
                | "ownedByFirstParty"
                | "ruleException"
                | "adClickAttribution"
                | "otherThirdPartyRequest";
        };
    }
    Index

    Properties

    Properties

    allowed: {
        reason:
            | "protectionDisabled"
            | "ownedByFirstParty"
            | "ruleException"
            | "adClickAttribution"
            | "otherThirdPartyRequest";
    }

    Type Declaration