Merge pull request #7721 from belthesar/master

Update GeckoCodes code download to use https
This commit is contained in:
Anthony 2019-01-23 16:56:12 -08:00 committed by GitHub
commit f64b30156f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ std::vector<GeckoCode> DownloadCodes(std::string gameid, bool* succeeded)
break;
}
std::string endpoint{"http://geckocodes.org/txt.php?txt=" + gameid};
std::string endpoint{"https://geckocodes.org/txt.php?txt=" + gameid};
Common::HttpRequest http;
// Circumvent high-tech DDOS protection