mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
535 B
535 B
Home > puppeteer > Protocol > Security > SecurityState
Protocol.Security.SecurityState type
The security level of a page or resource.
Signature:
export type SecurityState = ('unknown' | 'neutral' | 'insecure' | 'secure' | 'info' | 'insecure-broken');