зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1704276 - Block InfoWatch Device Monitor's module. r=gcp
Differential Revision: https://phabricator.services.mozilla.com/D111783
This commit is contained in:
Родитель
ed9bda9ec8
Коммит
9bb61c843d
|
@ -240,6 +240,10 @@ ALL_PROCESSES += [
|
|||
# Webroot SecureAnywhere causes crashes, bug 1700281
|
||||
DllBlocklistEntry("WRDll.x64.dll", (1, 1, 0, 227)),
|
||||
DllBlocklistEntry("WRDll.x86.dll", (1, 1, 0, 227)),
|
||||
|
||||
# InfoWatch Device Monitor causes crashes, bug 1704276
|
||||
DllBlocklistEntry("iwprn.dll", (6, 9, 11, 360)),
|
||||
DllBlocklistEntry("iwprn_x86.dll", (6, 9, 11, 360)),
|
||||
]
|
||||
|
||||
ALL_PROCESSES_TESTS += [
|
||||
|
|
Загрузка…
Ссылка в новой задаче