mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Update mime_type.cpp
add m3u to ip revealing types
This commit is contained in:
parent
260b72fec1
commit
8b791e77d6
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ bool NameTypeAllowsThumbnail(NameType type) {
|
|||
|
||||
bool IsIpRevealingPath(const QString &filepath) {
|
||||
static const auto kExtensions = [] {
|
||||
const auto joined = u"htm html svg m4v m3u8 xhtml"_q;
|
||||
const auto joined = u"htm html svg m4v m3u m3u8 xhtml"_q;
|
||||
const auto list = joined.split(' ');
|
||||
return base::flat_set<QString>(list.begin(), list.end());
|
||||
}();
|
||||
|
|
Loading…
Add table
Reference in a new issue