pl.wendigo.chrome.api.security

Package pl.wendigo.chrome.api.security

Contains DevTools Protocol Security domain implementation accessible via SecurityOperations class.

Types

CertificateErrorAction

enum class CertificateErrorAction

The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

CertificateErrorEvent

data class CertificateErrorEvent : Event

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

data class CertificateSecurityState

Details about the security state of the page certificate.

HandleCertificateErrorRequest

data class HandleCertificateErrorRequest

Represents request frame that can be used with Security#handleCertificateError operation call.

InsecureContentStatus

data class InsecureContentStatus

Information about insecure content on the page.

MixedContentType

enum class MixedContentType

A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories

SafetyTipInfo

data class SafetyTipInfo

SafetyTipStatus

enum class SafetyTipStatus

SecurityOperations

class SecurityOperations

Security

SecurityState

enum class SecurityState

The security level of a page or resource.

SecurityStateChangedEvent

data class SecurityStateChangedEvent : Event

The security state of the page changed.

SecurityStateExplanation

data class SecurityStateExplanation

An explanation of an factor contributing to the security state.

SetIgnoreCertificateErrorsRequest

data class SetIgnoreCertificateErrorsRequest

Represents request frame that can be used with Security#setIgnoreCertificateErrors operation call.

SetOverrideCertificateErrorsRequest

data class SetOverrideCertificateErrorsRequest

Represents request frame that can be used with Security#setOverrideCertificateErrors operation call.

VisibleSecurityState

data class VisibleSecurityState

Security state information about the page.

VisibleSecurityStateChangedEvent

data class VisibleSecurityStateChangedEvent : Event

The security state of the page changed.

Type Aliases

CertificateId

typealias CertificateId = Int

An internal certificate ID value.