Skip to content

Commit 523b2ef

Browse files
committed
chore: Update readme
1 parent 70cb704 commit 523b2ef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/plugin-proxy-router/readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The plugin makes using proxies in the browser a lot more convenient:
5959

6060
## Usage
6161

62-
> Using puppeteer? Just change your [imports](#imports) to use the following playwright examples
62+
> Using puppeteer? To use the following playwright examples simply change your [imports](#imports)
6363
6464
### Simple
6565

@@ -323,8 +323,9 @@ export interface ProxyRouterOpts {
323323

324324
### Proxy.pac files <sup><sub>[Reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file)</sub></sup>
325325

326-
- Only supported in chromium and in headful mode
327-
- Despite the name (`FindProxyForURL`) can only route by host
326+
- Only supported in chromium in headful mode
327+
- Despite the name (`FindProxyForURL`) can only route by host
328+
- Firefox supports PAC files and including the path through a pref
328329
- Only loaded once at browser launch, no dynamic proxies possible
329330
- Does not handle authentication
330331

@@ -333,8 +334,8 @@ export interface ProxyRouterOpts {
333334
- Advantage: Route proxies by page not host
334335
- They rely on a massive hack: Using Node.js to send the requests instead of the browser
335336
- Will change the TLS fingerprint, error prone
336-
- Uses CDP request interception: chromium only
337-
- Slow, resource overhead
337+
- Uses CDP request interception which is chromium only
338+
- Increased latency and resource overhead
338339

339340
## License
340341

0 commit comments

Comments
 (0)