From 489d6d1f589f00c200e4763dc15524faa0483640 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 31 Jan 2023 14:48:55 +0400 Subject: [PATCH] Warn that m4v and m3u8 may reveal your IP. --- Telegram/SourceFiles/data/data_document_resolver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/data/data_document_resolver.cpp b/Telegram/SourceFiles/data/data_document_resolver.cpp index 74b39eb446..d4c5fe490f 100644 --- a/Telegram/SourceFiles/data/data_document_resolver.cpp +++ b/Telegram/SourceFiles/data/data_document_resolver.cpp @@ -183,7 +183,7 @@ vtx website ws wsc wsf wsh xbap xll xnk xs"_q; bool IsIpRevealingName(const QString &filepath) { static const auto kExtensions = [] { - const auto joined = u"htm html svg"_q; + const auto joined = u"htm html svg m4v m3u8"_q; const auto list = joined.split(' '); return base::flat_set(list.begin(), list.end()); }();