puppeteer/new-docs/puppeteer.protocol.security.securitystate.md

14 lines
535 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Security](./puppeteer.protocol.security.md) &gt; [SecurityState](./puppeteer.protocol.security.securitystate.md)
## Protocol.Security.SecurityState type
The security level of a page or resource.
<b>Signature:</b>
```typescript
export type SecurityState = ('unknown' | 'neutral' | 'insecure' | 'secure' | 'info' | 'insecure-broken');
```