pl.wendigo.chrome.domain.security

Package pl.wendigo.chrome.domain.security

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 : ProtocolEvent

Represents event frames for Security.certificateError

HandleCertificateErrorRequest

data class HandleCertificateErrorRequest

Represents request frame that can be used with Security.handleCertificateError method 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

SecurityDomain

class SecurityDomain

Security

SecurityState

enum class SecurityState

The security level of a page or resource.

SecurityStateChangedEvent

data class SecurityStateChangedEvent : ProtocolEvent

Represents event frames for Security.securityStateChanged

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 method call.

SetOverrideCertificateErrorsRequest

data class SetOverrideCertificateErrorsRequest

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

Type Aliases

CertificateId

typealias CertificateId = Int

An internal certificate ID value.