summaryrefslogtreecommitdiffstats
path: root/app/security_update_check.go
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-06-22 18:14:33 +0100
committerChristopher Speller <crspeller@gmail.com>2018-06-22 10:14:33 -0700
commit454522cc30eb1db685bf4a1b9f408ac46a22ff63 (patch)
tree62ec5b32b3fc08b086a731b10de4c536697dce4f /app/security_update_check.go
parentd9390244afe90ed318ac8c263c19328f16dc2562 (diff)
downloadchat-454522cc30eb1db685bf4a1b9f408ac46a22ff63.tar.gz
chat-454522cc30eb1db685bf4a1b9f408ac46a22ff63.tar.bz2
chat-454522cc30eb1db685bf4a1b9f408ac46a22ff63.zip
MM-8716: Security Update Check URL should have recognisable name. (#8983)
Diffstat (limited to 'app/security_update_check.go')
-rw-r--r--app/security_update_check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/security_update_check.go b/app/security_update_check.go
index 15bb81e5a..f5b50c1c6 100644
--- a/app/security_update_check.go
+++ b/app/security_update_check.go
@@ -17,7 +17,7 @@ import (
)
const (
- SECURITY_URL = "https://d7zmvsa9e04kk.cloudfront.net"
+ SECURITY_URL = "https://securityupdatecheck.mattermost.com"
SECURITY_UPDATE_PERIOD = 86400000 // 24 hours in milliseconds.
PROP_SECURITY_ID = "id"