puppeteer/docs/api/puppeteer.browsercontextoptions.proxybypasslist.md

16 lines
280 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: BrowserContextOptions.proxyBypassList
---
# BrowserContextOptions.proxyBypassList property
Bypass the proxy for the given semi-colon-separated list of hosts.
**Signature:**
```typescript
interface BrowserContextOptions {
proxyBypassList?: string[];
}
```