Bug 1222819 - Add Orbit Downloader .dlls to Windows blocklist. r=aklotz

--HG--
extra : rebase_source : af54cd732bc19f4b5b2a4a0a7b9fb05c9984c584
This commit is contained in:
philipp 2015-12-01 12:40:25 -07:00
parent a5d3777667
commit cb0bc43305

View File

@ -183,6 +183,10 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// NetOp School, discontinued product, bug 763395
{ "nlsp.dll", MAKE_VERSION(6, 23, 2012, 19) },
// Orbit Downloader, bug 1222819
{ "grabdll.dll", MAKE_VERSION(2, 6, 1, 0) },
{ "grabkernel.dll", MAKE_VERSION(1, 0, 0, 1) },
{ nullptr, 0 }
};