SL-12905 Use TLS-enabled map server

master
Mnikolenko Productengine 2020-08-19 19:09:53 +03:00
parent 5a77098523
commit 18428e768d
2 changed files with 1 additions and 6 deletions

View File

@ -5924,7 +5924,7 @@
<key>Type</key>
<string>String</string>
<key>Value</key>
<string>http://map.secondlife.com.s3.amazonaws.com/</string>
<string>https://map.secondlife.com/</string>
</map>
<key>CurrentMapServerURL</key>
<map>

View File

@ -3519,11 +3519,6 @@ bool process_login_success_response()
}
// Request the map server url
// Non-agni grids have a different default location.
if (!LLGridManager::getInstance()->isInProductionGrid())
{
gSavedSettings.setString("MapServerURL", "http://test.map.secondlife.com.s3.amazonaws.com/");
}
std::string map_server_url = response["map-server-url"];
if(!map_server_url.empty())
{