diff --git a/ArchiSteamFarm/Web/WebBrowser.cs b/ArchiSteamFarm/Web/WebBrowser.cs index 994b8dc7b..546bd417b 100644 --- a/ArchiSteamFarm/Web/WebBrowser.cs +++ b/ArchiSteamFarm/Web/WebBrowser.cs @@ -73,6 +73,7 @@ public sealed class WebBrowser : IDisposable { AutomaticDecompression = DecompressionMethods.All, CookieContainer = CookieContainer, EnableMultipleHttp2Connections = true, + EnableMultipleHttp3Connections = true, MaxConnectionsPerServer = MaxConnections, PooledConnectionIdleTimeout = TimeSpan.FromSeconds(MaxIdleTime) };