diff --git a/code/ryzom/client/src/interface_v3/lua_ihm_ryzom.cpp b/code/ryzom/client/src/interface_v3/lua_ihm_ryzom.cpp index 1f4817125..e8a632762 100644 --- a/code/ryzom/client/src/interface_v3/lua_ihm_ryzom.cpp +++ b/code/ryzom/client/src/interface_v3/lua_ihm_ryzom.cpp @@ -3209,7 +3209,7 @@ void CLuaIHMRyzom::browseNpcWebPage(const std::string &htmlId, const std::string if (groupHtml) { // if true, it means that we want to display a web page that use webig auth - bool webig = urlIn.find("http://") == 0; + bool webig = urlIn.find("http://") == 0 || urlIn.find("https://") == 0; string url;