mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
Remove hardcoded TLS1.3
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Netch.Utils
|
||||
{
|
||||
static WebUtil()
|
||||
{
|
||||
ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12 | SecurityProtocolType.Tls13;
|
||||
ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12;
|
||||
}
|
||||
|
||||
public const string DefaultUserAgent =
|
||||
|
||||
Reference in New Issue
Block a user