19 lines
731 B
Markdown
19 lines
731 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) > [SetIgnoreCertificateErrorsRequest](./puppeteer.protocol.security.setignorecertificateerrorsrequest.md)
|
||
|
|
||
|
## Protocol.Security.SetIgnoreCertificateErrorsRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetIgnoreCertificateErrorsRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [ignore](./puppeteer.protocol.security.setignorecertificateerrorsrequest.ignore.md) | boolean | If true, all certificate errors will be ignored. |
|
||
|
|