summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorAnthony <Helios747@users.noreply.github.com>2019-01-23 16:56:12 -0800
committerGitHub <noreply@github.com>2019-01-23 16:56:12 -0800
commitf64b30156f83a4d3c70c2cc0ebd649967788f990 (patch)
treeb0e0050a20ce7097abad93b5bce064eeaca270de /Source/Core
parent3627ef8a0489765eb10ab29a7988866b52493239 (diff)
parent00f786384d49679d8cb2259fa6037dd3f28fc2f6 (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.cpp2
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