13 lines
287 B
Markdown
13 lines
287 B
Markdown
---
|
|
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[];}
|
|
```
|