Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.82 KB

puppeteer.protocol.security.md

File metadata and controls

40 lines (30 loc) · 2.82 KB

Home > puppeteer > Protocol > Security

Protocol.Security namespace

Security

Signature:

export namespace Security 

Interfaces

Interface Description
CertificateErrorEvent There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the handleCertificateError command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.
CertificateSecurityState Details about the security state of the page certificate.
HandleCertificateErrorRequest
InsecureContentStatus Information about insecure content on the page.
SafetyTipInfo
SecurityStateChangedEvent The security state of the page changed.
SecurityStateExplanation An explanation of an factor contributing to the security state.
SetIgnoreCertificateErrorsRequest
SetOverrideCertificateErrorsRequest
VisibleSecurityState Security state information about the page.
VisibleSecurityStateChangedEvent The security state of the page changed.

Type Aliases

Type Alias Description
CertificateErrorAction The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.
CertificateId An internal certificate ID value.
MixedContentType A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/\#categories
SafetyTipStatus
SecurityState The security level of a page or resource.