humbug / phar-updater

A thing to make PHAR self-updates easy and secure
BSD 3-Clause "New" or "Revised" License
368 stars 27 forks source link

Obey HTTP_PROXY environment variables #18

Open c33s opened 8 years ago

c33s commented 8 years ago

the updater should look after the common proxy environment variables and try to connect through the proxy if they are set.

NO_PROXY
HTTPS_PROXY
HTTP_PROXY
aik099 commented 8 years ago

Only, when invoked from CLI. See https://httpoxy.org/ for more details about security vulnerability related to HTTP_PROXY.