Skip to content

Commit 4ab29ad

Browse files
committed
Ensure Firefox intercepts pure localhost requests too
1 parent a54cce1 commit 4ab29ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/interceptors/fresh-firefox.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ export class FreshFirefox implements Interceptor {
8787
'network.proxy.http_port': proxyPort,
8888
'network.proxy.http.network.proxy.http.no_proxies_on': certCheckServer.host,
8989

90+
// Send localhost reqs via the proxy too
91+
'network.proxy.allow_hijacking_localhost': true,
92+
9093
// Disable the noisy captive portal check requests
9194
'network.captive-portal-service.enabled': false,
9295

0 commit comments

Comments
 (0)