Skip to content

Commit

Permalink
don't set security protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Equinox- committed Oct 9, 2024
1 parent 29e98af commit 37b10ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Meds.Watchdog/Steam/SteamDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public static class SteamDownloaderFactory
{
public static void AddSteamDownloader(this IServiceCollection collection, SteamConfiguration config)
{
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls13;
var categoryCleaner = new Regex("^[0-9a-f]+/");
collection.AddSingleton(svc =>
{
Expand Down

0 comments on commit 37b10ba

Please sign in to comment.