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

    This represents the 'internal' data, eg: a normalized format without cross-platform differences

    Index

    Constructors

    • Parameters

      • id: number | null | undefined
      • url: string
      • domain: string
      • specialDomainName: string | null | undefined
      • status: string
      • upgradedHttps: boolean
      • protections: Protections
      • permissions: any[] | null | undefined
      • requestDetails: RequestDetails
      • cookiePromptManagementStatus: CookiePromptManagementStatus | null | undefined
      • ctaScreens: Record<string, any> | null | undefined
      • search: Record<string, any> | null | undefined
      • emailProtection: Record<string, any> | null | undefined
      • maliciousSiteStatus: MaliciousSiteStatus | undefined
      • parentEntity: { displayName: string; prevalence: number } | null | undefined
      • error: string | null | undefined
      • isInvalidCert: boolean | null | undefined

      Returns TabData

    Properties

    certificate: any[] | null | undefined
    cookiePromptManagementStatus: CookiePromptManagementStatus | null | undefined
    ctaScreens: Record<string, any> | null | undefined
    domain: string
    emailProtection: Record<string, any> | null | undefined
    error: string | null | undefined
    id: number | null | undefined
    isInvalidCert: boolean | null | undefined
    isPendingUpdates: boolean | null | undefined
    locale: string | null | undefined
    maliciousSiteStatus: MaliciousSiteStatus | undefined
    parentEntity: { displayName: string; prevalence: number } | null | undefined
    permissions: any[] | null | undefined
    platformLimitations: boolean | null | undefined
    protections: Protections
    requestDetails: RequestDetails
    search: Record<string, any> | null | undefined
    specialDomainName: string | null | undefined
    status: string
    upgradedHttps: boolean
    url: string