forked from mirrors/gecko-dev
Bug 1634090 - Block McAfee DLP's module v11.6 or older. r=gcp
Differential Revision: https://phabricator.services.mozilla.com/D103087
This commit is contained in:
parent
92f8f50dd8
commit
30e3174d58
1 changed files with 5 additions and 0 deletions
|
|
@ -270,6 +270,11 @@ BROWSER_PROCESS += [
|
|||
DllBlocklistEntry("oly.dll", (1, 1, 3, 19920)),
|
||||
DllBlocklistEntry("pdzipmenu64.dll", (1, 4, 4, 20103)),
|
||||
DllBlocklistEntry("pdzipmenu32.dll", (1, 4, 4, 20103)),
|
||||
|
||||
# McAfee Data Loss Prevention causes crashs with multiple signatures,
|
||||
# bug 1634090
|
||||
DllBlocklistEntry("fcagff.dll", (11, 6, 0xffff, 0xffff)),
|
||||
DllBlocklistEntry("fcagff64.dll", (11, 6, 0xffff, 0xffff)),
|
||||
]
|
||||
|
||||
CHILD_PROCESSES += [
|
||||
|
|
|
|||
Loading…
Reference in a new issue