mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Warn that m4v and m3u8 may reveal your IP.
This commit is contained in:
parent
5c02a61de6
commit
489d6d1f58
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ vtx website ws wsc wsf wsh xbap xll xnk xs"_q;
|
||||||
|
|
||||||
bool IsIpRevealingName(const QString &filepath) {
|
bool IsIpRevealingName(const QString &filepath) {
|
||||||
static const auto kExtensions = [] {
|
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(' ');
|
const auto list = joined.split(' ');
|
||||||
return base::flat_set<QString>(list.begin(), list.end());
|
return base::flat_set<QString>(list.begin(), list.end());
|
||||||
}();
|
}();
|
||||||
|
|
Loading…
Add table
Reference in a new issue