Skip to content
Permalink
Browse files
Merge pull request #7721 from belthesar/master
Update GeckoCodes code download to use https
  • Loading branch information
Helios747 committed Jan 24, 2019
2 parents 3627ef8 + 00f7863 commit f64b301
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit f64b301

Please sign in to comment.