pl.wendigo.chrome.domain.security / SetIgnoreCertificateErrorsRequest

SetIgnoreCertificateErrorsRequest

data class SetIgnoreCertificateErrorsRequest (source)

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

Enable/disable whether all certificate errors should be ignored.

Constructors

<init>

SetIgnoreCertificateErrorsRequest(ignore: Boolean)

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

Properties

ignore

val ignore: Boolean

If true, all certificate errors will be ignored.