diff options
| author | Anthony <Helios747@users.noreply.github.com> | 2019-01-23 16:56:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-23 16:56:12 -0800 |
| commit | f64b30156f83a4d3c70c2cc0ebd649967788f990 (patch) | |
| tree | b0e0050a20ce7097abad93b5bce064eeaca270de /Source/Core | |
| parent | 3627ef8a0489765eb10ab29a7988866b52493239 (diff) | |
| parent | 00f786384d49679d8cb2259fa6037dd3f28fc2f6 (diff) | |
Merge pull request #7721 from belthesar/master
Update GeckoCodes code download to use https
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/GeckoCodeConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/GeckoCodeConfig.cpp b/Source/Core/Core/GeckoCodeConfig.cpp index 8810aee3b1..4e5dfd1642 100644 --- a/Source/Core/Core/GeckoCodeConfig.cpp +++ b/Source/Core/Core/GeckoCodeConfig.cpp @@ -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 |
