Bug 1229252: Add eOppMonitor.dll (all versions) to the dll blocklist; r=bsmedberg

MozReview-Commit-ID: 4bengYjxepN

--HG--
extra : rebase_source : bca9462005b72f8e8fc1891ff5ef23d0fa82fc2f
This commit is contained in:
Aaron Klotz 2016-03-22 14:08:33 -06:00
parent 81bad95275
commit e02ec1d888

View File

@ -196,6 +196,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
{ "grabdll.dll", MAKE_VERSION(2, 6, 1, 0) },
{ "grabkernel.dll", MAKE_VERSION(1, 0, 0, 1) },
// ESET, bug 1229252
{ "eOppMonitor.dll", ALL_VERSIONS },
{ nullptr, 0 }
};