From 454522cc30eb1db685bf4a1b9f408ac46a22ff63 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Fri, 22 Jun 2018 18:14:33 +0100 Subject: MM-8716: Security Update Check URL should have recognisable name. (#8983) --- app/security_update_check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/security_update_check.go') 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" -- cgit v1.2.3-1-g7c22