Update On Sun Jan 12 19:31:08 CET 2025

This commit is contained in:
github-action[bot]
2025-01-12 19:31:09 +01:00
parent 5a7825a163
commit ed12738d80
49 changed files with 880 additions and 707 deletions
@@ -162,12 +162,7 @@ namespace ServiceLib.Handler
Length = "100-200",
Interval = "10-20"
};
if (Utils.IsNotEmpty(config.ConstItem.DefIEProxyExceptions))
{
config.SystemProxyItem.SystemProxyExceptions = $"{config.ConstItem.DefIEProxyExceptions};{config.SystemProxyItem.SystemProxyExceptions}";
config.ConstItem.DefIEProxyExceptions = string.Empty;
}
if (config.SystemProxyItem.SystemProxyExceptions.IsNullOrEmpty())
{
config.SystemProxyItem.SystemProxyExceptions = Utils.IsWindows() ? Global.SystemProxyExceptionsWindows : Global.SystemProxyExceptionsLinux;