We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7168cc9 commit 2bda48bCopy full SHA for 2bda48b
UnityLauncherPro/GetUnityUpdates.cs
@@ -9,7 +9,7 @@ namespace UnityLauncherPro
9
public static class GetUnityUpdates
10
{
11
static bool isDownloadingUnityList = false;
12
- static readonly string unityVersionsURL = @"http://symbolserver.unity3d.com/000Admin/history.txt";
+ static readonly string unityVersionsURL = @"https://symbolserver.unity3d.com/000Admin/history.txt";
13
14
public static async Task<string> Scan()
15
0 commit comments