playwright/tests/config
Ross Wollman fde427d890
feat(proxy): unify local network proxy behavior (#10719)
When configuring a proxy, Chromium requires a magic tokens to get some
local network requests to go through the proxy. This has tripped up a
few users, so we make the behavior default to the expected: proxy
everything including the local requests. This matches the other vendors
as well.

NB: This can be disabled via
`PLAYWRIGHT_DISABLE_FORCED_CHROMIUM_PROXIED_LOOPBACK=1`

Supercedes: #8345
Fixes: #10631
2021-12-10 14:01:56 -08:00
..
android.config.ts
baseTest.ts
browserTest.ts
checkCoverage.js
commonFixtures.ts
coverage.js
coverageFixtures.ts
default.config.ts
electron.config.ts
platformFixtures.ts
proxy.ts feat(proxy): unify local network proxy behavior (#10719) 2021-12-10 14:01:56 -08:00
remote-server-impl.js
remoteServer.ts
serverFixtures.ts
testMode.ts
testModeFixtures.ts
utils.ts