Add ForceHttp

This commit is contained in:
JustArchi
2016-03-13 20:19:52 +01:00
parent 5d9bedfd28
commit 7a97045412
5 changed files with 30 additions and 18 deletions

View File

@@ -53,7 +53,7 @@ namespace ArchiSteamFarm {
Server // Normal + WCF server
}
private const string GithubReleaseURL = "https://api.github.com/repos/JustArchi/ArchiSteamFarm/releases";
private const string GithubReleaseURL = "https://api.github.com/repos/JustArchi/ArchiSteamFarm/releases"; // GitHub API is HTTPS only
internal const string ASF = "ASF";
internal const string ConfigDirectory = "config";