14 lines
603 B
Markdown
14 lines
603 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type CertificateTransparencyCompliance = ('unknown' | 'not-compliant' | 'compliant');
|
||
|
```
|