diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-06-13 14:24:28 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-06-13 14:24:28 +0300 |
commit | e30164ef64e0d49818d346bde8083dede550f7b4 (patch) | |
tree | 635783f16833645cd2360dc950e0e65297645340 /indra | |
parent | 1a014427a257ba9ba78ab173fc5f2f9621d768a1 (diff) |
MAINT-8745 Use HTTPS splash screen in viewer
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewernetwork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewernetwork.cpp b/indra/newview/llviewernetwork.cpp index 6937d064f9..37e0b47365 100644 --- a/indra/newview/llviewernetwork.cpp +++ b/indra/newview/llviewernetwork.cpp @@ -63,7 +63,7 @@ const std::string GRID_LOGIN_IDENTIFIER_TYPES = "login_identifier_types"; const std::string GRID_SLURL_BASE = "slurl_base"; const std::string GRID_APP_SLURL_BASE = "app_slurl_base"; -const std::string DEFAULT_LOGIN_PAGE = "http://viewer-login.agni.lindenlab.com/"; +const std::string DEFAULT_LOGIN_PAGE = "https://viewer-splash.secondlife.com"; const std::string MAIN_GRID_LOGIN_URI = "https://login.agni.lindenlab.com/cgi-bin/login.cgi"; |