We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codesandbox doesn't seem to support HTTP proxies. For those of us behind corporate networks, this can be painful.
codesandbox
Ideally, codesandbox would look at the following environment variables in order to determine proxy settings:
FTP_PROXY HTTP_PROXY HTTPS_PROXY ftp_proxy http_proxy https_proxy no_proxy NODE_TLS_REJECT_UNAUTHORIZED
Additionally, command-line parameters to control proxy behavior would also be useful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
codesandbox
doesn't seem to support HTTP proxies. For those of us behind corporate networks, this can be painful.Ideally,
codesandbox
would look at the following environment variables in order to determine proxy settings:Additionally, command-line parameters to control proxy behavior would also be useful.
The text was updated successfully, but these errors were encountered: