2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: BrowserContextOptions.proxyBypassList
|
|
|
|
---
|
|
|
|
|
|
|
|
# BrowserContextOptions.proxyBypassList property
|
|
|
|
|
2022-09-19 12:20:50 +00:00
|
|
|
Bypass the proxy for the given list of hosts.
|
2022-08-06 14:49:20 +00:00
|
|
|
|
2022-10-24 14:23:24 +00:00
|
|
|
**Signature:**
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface BrowserContextOptions {
|
|
|
|
proxyBypassList?: string[];
|
|
|
|
}
|
|
|
|
```
|