File tree 1 file changed +6
-5
lines changed
packages/plugin-proxy-router
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The plugin makes using proxies in the browser a lot more convenient:
59
59
60
60
## Usage
61
61
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 )
63
63
64
64
### Simple
65
65
@@ -323,8 +323,9 @@ export interface ProxyRouterOpts {
323
323
324
324
### 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 >
325
325
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
328
329
- Only loaded once at browser launch, no dynamic proxies possible
329
330
- Does not handle authentication
330
331
@@ -333,8 +334,8 @@ export interface ProxyRouterOpts {
333
334
- Advantage: Route proxies by page not host
334
335
- They rely on a massive hack: Using Node.js to send the requests instead of the browser
335
336
- 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
338
339
339
340
## License
340
341
You can’t perform that action at this time.
0 commit comments