SL-12905 Use TLS-enabled map server
parent
5a77098523
commit
18428e768d
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue