Bug 1356637 - Blocklist a Nahimic DLL which is causing app update problems. r=bsmedberg

MozReview-Commit-ID: D9iEcuTMNRx

--HG--
extra : rebase_source : 9eb1fafa297b6cc4e1fff20344fcb1c3c1092e3d
This commit is contained in:
Matt Howell 2017-04-21 08:40:13 -07:00
parent 751978af3e
commit bf294679d0

View File

@ -234,6 +234,9 @@ static const DllBlockInfo sWindowsDllBlocklist[] = {
{ "idmcchandler7.dll", ALL_VERSIONS },
{ "idmcchandler7_64.dll", ALL_VERSIONS },
// Nahimic 2 breaks applicaton update (bug 1356637)
{ "nahimic2devprops.dll", ALL_VERSIONS },
{ nullptr, 0 }
};