diff --git a/PSLauncher/LauncherForm.cs b/PSLauncher/LauncherForm.cs index 3eaca15..1d52e22 100644 --- a/PSLauncher/LauncherForm.cs +++ b/PSLauncher/LauncherForm.cs @@ -69,13 +69,7 @@ namespace PSLauncher // // init http client // - httpClient = new HttpClient( - new HttpClientHandler() - { - AllowAutoRedirect = false, - SslProtocols = System.Security.Authentication.SslProtocols.Tls13 | System.Security.Authentication.SslProtocols.Tls12, - } - ) + httpClient = new HttpClient { BaseAddress = new Uri(domains[domain]), Timeout = TimeSpan.FromSeconds(DEFAULT_WEB_TIMEOUT)