You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4625,11 +4625,11 @@ function getProxyUrl(reqUrl) {
4625
4625
})();
4626
4626
if (proxyVar) {
4627
4627
try {
4628
-
return new URL(proxyVar);
4628
+
return new DecodedURL(proxyVar);
4629
4629
}
4630
4630
catch (_a) {
4631
4631
if (!proxyVar.startsWith('http://') && !proxyVar.startsWith('https://'))
4632
-
return new URL(`http://${proxyVar}`);
4632
+
return new DecodedURL(`http://${proxyVar}`);
4633
4633
}
4634
4634
}
4635
4635
else {
@@ -4688,6 +4688,19 @@ function isLoopbackAddress(host) {
0 commit comments