mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1692908 - Block AVerMedia's virtual camera module. r=gcp
Differential Revision: https://phabricator.services.mozilla.com/D106636
This commit is contained in:
parent
b69e57d56f
commit
f5928c8e7c
@ -275,6 +275,9 @@ BROWSER_PROCESS += [
|
||||
# bug 1634090
|
||||
DllBlocklistEntry("fcagff.dll", (11, 6, 0xffff, 0xffff)),
|
||||
DllBlocklistEntry("fcagff64.dll", (11, 6, 0xffff, 0xffff)),
|
||||
|
||||
# AVerMedia's virtual camera module causes crashes (bug 1692908)
|
||||
DllBlocklistEntry("avmvirtualsource.ax", (1, 0, 0, 3)),
|
||||
]
|
||||
|
||||
CHILD_PROCESSES += [
|
||||
|
Loading…
Reference in New Issue
Block a user