From 10b8d121527fe7b2b79768717c27c563009c20ef Mon Sep 17 00:00:00 2001 From: Silarn Date: Tue, 24 Apr 2018 09:28:08 -0700 Subject: Update to https for other nexus links For Security --- src/nexusinterface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/nexusinterface.cpp') diff --git a/src/nexusinterface.cpp b/src/nexusinterface.cpp index c79e17a0..45811658 100644 --- a/src/nexusinterface.cpp +++ b/src/nexusinterface.cpp @@ -254,14 +254,14 @@ QString NexusInterface::getGameURL(QString gameName) const { IPluginGame *game = getGame(gameName); if (game != nullptr) { - return "http://www.nexusmods.com/" + game->gameNexusName().toLower(); + return "https://www.nexusmods.com/" + game->gameNexusName().toLower(); } - return "http://www.nexusmods.com/" + m_Game->gameNexusName().toLower(); + return "https://www.nexusmods.com/" + m_Game->gameNexusName().toLower(); } QString NexusInterface::getOldModsURL() const { - return "http://" + m_Game->gameNexusName().toLower() + ".nexusmods.com/mods"; + return "https://" + m_Game->gameNexusName().toLower() + ".nexusmods.com/mods"; } -- cgit v1.3.1