Bug 1994657 - block old versions of KeyScrambler to prevent crashes on keystrokes a=RyanVM DONTBUILD
Original Revision: https://phabricator.services.mozilla.com/D268885 Differential Revision: https://phabricator.services.mozilla.com/D270605
This commit is contained in:
committed by
rvandermeulen@mozilla.com
parent
6055a6e562
commit
35b0decc41
@@ -358,6 +358,9 @@ BROWSER_PROCESS += [
|
|||||||
# old AMD JPEG decoder DLLs (bug 1328838)
|
# old AMD JPEG decoder DLLs (bug 1328838)
|
||||||
DllBlocklistEntry("amf-wic-jpeg-decoder64.dll", ALL_VERSIONS),
|
DllBlocklistEntry("amf-wic-jpeg-decoder64.dll", ALL_VERSIONS),
|
||||||
DllBlocklistEntry("amf-wic-jpeg-decoder32.dll", ALL_VERSIONS),
|
DllBlocklistEntry("amf-wic-jpeg-decoder32.dll", ALL_VERSIONS),
|
||||||
|
|
||||||
|
# old versions of KeyScrambler (bug 1994657)
|
||||||
|
DllBlocklistEntry("KeyScramblerIE.dll", (3, 17, 0, 4)),
|
||||||
]
|
]
|
||||||
|
|
||||||
CHILD_PROCESSES += [
|
CHILD_PROCESSES += [
|
||||||
|
|||||||
Reference in New Issue
Block a user