Skip to content
Snippets Groups Projects
Commit 9bb61c84 authored by Toshihito Kikuchi's avatar Toshihito Kikuchi
Browse files

Bug 1704276 - Block InfoWatch Device Monitor's module. r=gcp

parent ed9bda9e
No related branches found
No related tags found
No related merge requests found
......@@ -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 += [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment