[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [CertificateTransparencyCompliance](./puppeteer.protocol.network.certificatetransparencycompliance.md) ## Protocol.Network.CertificateTransparencyCompliance type Whether the request complied with Certificate Transparency policy. Signature: ```typescript export type CertificateTransparencyCompliance = ('unknown' | 'not-compliant' | 'compliant'); ```