SetOverrideCertificateErrorsRequest

@Serializable
data class SetOverrideCertificateErrorsRequest(val override: Boolean)(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Request object containing input parameters for the SecurityDomain.setOverrideCertificateErrors command.

Constructors

Link copied to clipboard
constructor(override: Boolean)

Properties

Link copied to clipboard

If true, certificate errors will be overridden.