summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"