Skip to content

Commit

Permalink
Update outdated link in comment (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig authored and reconbot committed Feb 15, 2019
1 parent df346d8 commit a9557c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/getProxyFromURI.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function uriInNoProxy (uri, noProxy) {
function getProxyFromURI (uri) {
// Decide the proper request proxy to use based on the request URI object and the
// environmental variables (NO_PROXY, HTTP_PROXY, etc.)
// respect NO_PROXY environment variables (see: http://lynx.isc.org/current/breakout/lynx_help/keystrokes/environments.html)
// respect NO_PROXY environment variables (see: https://lynx.invisible-island.net/lynx2.8.7/breakout/lynx_help/keystrokes/environments.html)

var noProxy = process.env.NO_PROXY || process.env.no_proxy || ''

Expand Down

0 comments on commit a9557c9

Please sign in to comment.