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 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