1
0
mirror of https://github.com/wangdage12/Snap.Hutao.git synced 2026-07-31 04:10:25 +08:00

修复HTTP代理本地地址绕过问题

This commit is contained in:
cheri
2026-06-22 13:45:41 +08:00
parent 27871adc63
commit 2e17a50e6f
@@ -93,6 +93,8 @@ internal sealed class HutaoWebProxy : IWebProxy
WebProxy webProxy = new()
{
Address = new Uri($"http://{address}:{port}"),
BypassProxyOnLocal = false,
UseDefaultCredentials = false,
};
return webProxy;