We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54cce1 commit 4ab29adCopy full SHA for 4ab29ad
src/interceptors/fresh-firefox.ts
@@ -87,6 +87,9 @@ export class FreshFirefox implements Interceptor {
87
'network.proxy.http_port': proxyPort,
88
'network.proxy.http.network.proxy.http.no_proxies_on': certCheckServer.host,
89
90
+ // Send localhost reqs via the proxy too
91
+ 'network.proxy.allow_hijacking_localhost': true,
92
+
93
// Disable the noisy captive portal check requests
94
'network.captive-portal-service.enabled': false,
95
0 commit comments