mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-14 20:25:06 +01:00
TLS changed to 1.3
TLS changed to 1.3 # 544
This commit is contained in:
parent
c8d816c95b
commit
e0bd03a39c
Binary file not shown.
@ -429,7 +429,7 @@ Public Class Main
|
||||
Catch ex As Exception
|
||||
End Try
|
||||
ServicePointManager.Expect100Continue = True
|
||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
|
||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls13
|
||||
Try
|
||||
Me.Icon = My.Resources.icon
|
||||
Catch ex As Exception
|
||||
|
Loading…
Reference in New Issue
Block a user