Update On Thu Jan 30 19:32:37 CET 2025

This commit is contained in:
github-action[bot]
2025-01-30 19:32:38 +01:00
parent a8a557c7a1
commit 16d802db1c
252 changed files with 4287 additions and 2411 deletions
@@ -873,7 +873,8 @@ namespace ServiceLib.Handler
List<ProfileItem> lstKeep = new();
List<ProfileItem> lstRemove = new();
if (!config.GuiItem.KeepOlderDedupl) lstProfile.Reverse();
if (!config.GuiItem.KeepOlderDedupl)
lstProfile.Reverse();
foreach (ProfileItem item in lstProfile)
{
@@ -1363,7 +1364,8 @@ namespace ServiceLib.Handler
};
var uri = Utils.TryUri(url);
if (uri == null) return -1;
if (uri == null)
return -1;
//Do not allow http protocol
if (url.StartsWith(Global.HttpProtocol) && !Utils.IsPrivateNetwork(uri.IdnHost))
{
@@ -1885,4 +1887,4 @@ namespace ServiceLib.Handler
#endregion Regional Presets
}
}
}