Bug 839031 - Blacklist FLAC MFT DLL. r=padenot

This commit is contained in:
Chris Pearce 2013-02-15 14:11:28 +13:00
parent cde91fdfdc
commit f4778a33b6

View File

@ -122,6 +122,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
{ "mozdllblockingtest.dll", ALL_VERSIONS },
{ "mozdllblockingtest_versioned.dll", 0x0000000400000000ULL },
// Windows Media Foundation FLAC decoder and type sniffer (bug 839031).
{ "mfflac.dll", ALL_VERSIONS },
{ NULL, 0 }
};