mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Some cleanup
This commit is contained in:
parent
f5af26092a
commit
5b479ef69e
1 changed files with 0 additions and 8 deletions
|
|
@ -38,17 +38,9 @@ function getSafeChainProxyEnvironmentVariables() {
|
||||||
|
|
||||||
const proxyUrl = `http://127.0.0.1:${state.port}`;
|
const proxyUrl = `http://127.0.0.1:${state.port}`;
|
||||||
return {
|
return {
|
||||||
// Uppercase variants (standard)
|
|
||||||
HTTP_PROXY: proxyUrl,
|
|
||||||
HTTPS_PROXY: proxyUrl,
|
HTTPS_PROXY: proxyUrl,
|
||||||
GLOBAL_AGENT_HTTP_PROXY: proxyUrl,
|
GLOBAL_AGENT_HTTP_PROXY: proxyUrl,
|
||||||
NODE_EXTRA_CA_CERTS: getCaCertPath(),
|
NODE_EXTRA_CA_CERTS: getCaCertPath(),
|
||||||
// Lowercase variants (some tools like Poetry/requests prefer these)
|
|
||||||
http_proxy: proxyUrl,
|
|
||||||
https_proxy: proxyUrl,
|
|
||||||
// Clear NO_PROXY to ensure all requests go through our proxy
|
|
||||||
NO_PROXY: "",
|
|
||||||
no_proxy: "",
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue