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 bf60e37 commit ab9179bCopy full SHA for ab9179b
src/interceptors/fresh-terminal.ts
@@ -101,6 +101,8 @@ export class TerminalInterceptor implements Interceptor {
101
'HTTP_PROXY': `http://localhost:${proxyPort}`,
102
'https_proxy': `http://localhost:${proxyPort}`,
103
'HTTPS_PROXY': `http://localhost:${proxyPort}`,
104
+ // Used by some CGI engines to avoid 'httpoxy' vulnerability
105
+ 'CGI_HTTP_PROXY': `http://localhost:${proxyPort}`,
106
107
// Trust cert when using OpenSSL with default settings
108
'SSL_CERT_FILE': this.config.https.certPath,
0 commit comments