Commit dc187c37 authored by Jared Wein's avatar Jared Wein
Browse files

Bug 1634538 - Add BLEtokenCredentialProvider.dll to the DLL blocklist for...

Bug 1634538 - Add BLEtokenCredentialProvider.dll to the DLL blocklist for causing crashes while opening the Windows Hello authentication prompt. r=tkikuchi, a=pascalc

Differential Revision: https://phabricator.services.mozilla.com/D73342
parent 35b9b095
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -264,6 +264,9 @@ BROWSER_PROCESS += [
    # Hancom Office shell extension causes crashes when the file picker is
    # opened. See bug 1581092.
    DllBlocklistEntry("hncshellext64.dll", (1, 0, 0 ,3)),

    # Cambridge Silicon Radio, bug 1634538
    DllBlocklistEntry("BLEtokenCredentialProvider.dll", (2, 1, 63, 0)),
]

CHILD_PROCESSES += [