From 0eb3d20250ce4d8be75c8393571224d094751308 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 27 May 2018 14:26:44 +0300 Subject: [PATCH] Use https in default auto-update prefix. Fixes #4674. --- Telegram/SourceFiles/storage/localstorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/storage/localstorage.cpp b/Telegram/SourceFiles/storage/localstorage.cpp index 94fa9c8a2..639b74c99 100644 --- a/Telegram/SourceFiles/storage/localstorage.cpp +++ b/Telegram/SourceFiles/storage/localstorage.cpp @@ -2560,7 +2560,7 @@ const QString &readAutoupdatePrefixRaw() { return AutoupdatePrefix(value); } } - return AutoupdatePrefix("http://updates.tdesktop.com"); + return AutoupdatePrefix("https://updates.tdesktop.com"); } #endif // TDESKTOP_DISABLE_AUTOUPDATE