puppeteer/website/versioned_docs/version-19.5.2/api/puppeteer.browserconnectoptions.ignorehttpserrors.md

20 lines
297 B
Markdown
Raw Normal View History

---
sidebar_label: BrowserConnectOptions.ignoreHTTPSErrors
---
# BrowserConnectOptions.ignoreHTTPSErrors property
Whether to ignore HTTPS errors during navigation.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
interface BrowserConnectOptions {
ignoreHTTPSErrors?: boolean;
}
```
2022-10-24 14:31:12 +00:00
#### Default value:
false