diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-08-19 19:09:53 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-08-19 19:09:53 +0300 |
commit | 18428e768d53f97694104d49da8ef4287568edda (patch) | |
tree | 0f8cba467cd092cde59a278ad7992f55d377c3da /indra/newview/app_settings/settings.xml | |
parent | 5a77098523767aa8eb48c9c88068e1c38da0f958 (diff) |
SL-12905 Use TLS-enabled map server
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index a00aa86d78..a18492c554 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -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> |