summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-11-29 17:00:28 -0800
committerbrad kittenbrink <brad@lindenlab.com>2010-11-29 17:00:28 -0800
commit05b7ee4a9bb762f484156f1bf3dfa602030f7942 (patch)
tree9c46df80a59c4700def99ace5c94be7a19ad458b
parentee981dd58103f7ee332ff264031b4cca0c85e759 (diff)
Fix UpdaterServiceURL setting default. update.secondlife.com requires https access.
-rw-r--r--indra/newview/app_settings/settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 0f946b0f0b..7dbb375a20 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -11121,7 +11121,7 @@
<key>Type</key>
<string>String</string>
<key>Value</key>
- <string>http://update.secondlife.com</string>
+ <string>https://update.secondlife.com</string>
</map>
<key>UpdaterServicePath</key>
<map>