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