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
1 changed files with 1 additions and 1 deletions

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());
}();