pl.wendigo.chrome.api.security / SetOverrideCertificateErrorsRequest

SetOverrideCertificateErrorsRequest

data class SetOverrideCertificateErrorsRequest (source)

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

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.

Link
Security#setOverrideCertificateErrors method documentation.

See Also

SecurityOperations.setOverrideCertificateErrors

Constructors

<init>

SetOverrideCertificateErrorsRequest(override: Boolean)

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

Properties

override

val override: Boolean

If true, certificate errors will be overridden.