mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
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:
parent
81bad95275
commit
e02ec1d888
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user