puppeteer/website/versioned_docs/version-17.0.0/api/puppeteer.browsercontextoptions.proxybypasslist.md

16 lines
280 B
Markdown
Raw Normal View History

---
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[];
}
```