Module cdp::security
[−]
[src]
[Experimental] Security
Security
Commands
Security.enableExperimentalEnables tracking security state changes.
Security.disableExperimentalDisables tracking security state changes.
Security.handleCertificateErrorExperimentalHandles a certificate error that fired a certificateError event.
Security.setOverrideCertificateErrorsExperimentalEnable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands.
Events
Security.securityStateChangedExperimentalThe security state of the page changed.
Security.certificateErrorExperimentalThere 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.
Types
CertificateIdExperimentalAn internal certificate ID value.
MixedContentTypeExperimentalA description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories
SecurityStateExperimentalThe security level of a page or resource.
SecurityStateExplanationExperimentalAn explanation of an factor contributing to the security state.
InsecureContentStatusExperimentalInformation about insecure content on the page.
CertificateErrorActionExperimentalThe action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.
Structs
| CertificateErrorEvent |
[Experimental] 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. |
| DisableCommand |
[Experimental] Disables tracking security state changes. |
| DisableResponse |
[Experimental] Disables tracking security state changes. |
| EnableCommand |
[Experimental] Enables tracking security state changes. |
| EnableResponse |
[Experimental] Enables tracking security state changes. |
| HandleCertificateErrorCommand |
[Experimental] Handles a certificate error that fired a certificateError event. |
| HandleCertificateErrorResponse |
[Experimental] Handles a certificate error that fired a certificateError event. |
| InsecureContentStatus |
[Experimental] Information about insecure content on the page. |
| SecurityStateChangedEvent |
[Experimental] The security state of the page changed. |
| SecurityStateExplanation |
[Experimental] An explanation of an factor contributing to the security state. |
| SetOverrideCertificateErrorsCommand |
[Experimental] Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands. |
| SetOverrideCertificateErrorsResponse |
[Experimental] Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands. |
Enums
| CertificateErrorAction |
[Experimental] The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request. |
| MixedContentType |
[Experimental] A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories |
| SecurityState |
[Experimental] The security level of a page or resource. |
Type Definitions
| CertificateId |
[Experimental] An internal certificate ID value. |