SIGN IN SIGN UP

fix: guard against non-string NO_PROXY env value (#11797)

fix: guard against non-string NO_PROXY env value in getEnvNoProxyPatterns

Add typeof check before calling .split() on the NO_PROXY environment
variable to prevent "envValue.split is not a function" errors when the
value is not a string.
D
Dallin Romney committed
9692b3673d05a5e0cbc426454a221aa9718bda7a
Parent: 1aac783
Committed by GitHub <noreply@github.com> on 3/25/2026, 3:27:02 AM
No diff available for this commit.