mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Re-remove obsolete ServicePointManager TLS version override
This commit is contained in:
parent
a1305159dc
commit
61a4f3bcef
1 changed files with 0 additions and 3 deletions
|
|
@ -182,9 +182,6 @@ public sealed class EntryPoint
|
|||
// Apply common fixes for culture issues
|
||||
CultureFixes.Apply();
|
||||
|
||||
// This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally
|
||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls;
|
||||
|
||||
// Currently VEH is not fully functional on WINE
|
||||
if (!Util.IsWine())
|
||||
InitSymbolHandler(info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue