14 lines
535 B
Markdown
14 lines
535 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [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');
|
|
```
|