2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Warn that m4v and m3u8 may reveal your IP.

This commit is contained in:
John Preston
2023-01-31 14:48:55 +04:00
parent 5c02a61de6
commit 489d6d1f58

View File

@@ -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<QString>(list.begin(), list.end());
}();