19 lines
744 B
Markdown
19 lines
744 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [SetOverrideCertificateErrorsRequest](./puppeteer.protocol.security.setoverridecertificateerrorsrequest.md)
|
||
|
|
||
|
## Protocol.Security.SetOverrideCertificateErrorsRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetOverrideCertificateErrorsRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [override](./puppeteer.protocol.security.setoverridecertificateerrorsrequest.override.md) | boolean | If true, certificate errors will be overridden. |
|
||
|
|