We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f2856 commit 9446e0aCopy full SHA for 9446e0a
src/constants.mts
@@ -337,7 +337,9 @@ const LAZY_ENV = () => {
337
// Commonly used environment variables to specify routing requests through
338
// a proxy server.
339
envAsString(env['HTTPS_PROXY']) ||
340
- envAsString(env['https_proxy']),
+ envAsString(env['https_proxy']) ||
341
+ envAsString(env['HTTP_PROXY']) ||
342
+ envAsString(env['http_proxy']),
343
// Flag to set the API token.
344
// https://github.com/SocketDev/socket-cli?tab=readme-ov-file#environment-variables
345
SOCKET_CLI_API_TOKEN:
0 commit comments