diff --git a/mozglue/dllservices/WindowsDllBlocklistDefs.in b/mozglue/dllservices/WindowsDllBlocklistDefs.in index 9d2173d2625e..c2d56b6313a0 100644 --- a/mozglue/dllservices/WindowsDllBlocklistDefs.in +++ b/mozglue/dllservices/WindowsDllBlocklistDefs.in @@ -239,6 +239,9 @@ BROWSER_PROCESS += [ # Versions before 18.1.11.0 cause severe performance problems. A11yBlocklistEntry("dtvhooks.dll", (18, 1, 10, 0xffff)), A11yBlocklistEntry("dtvhooks64.dll", (18, 1, 10, 0xffff)), + + # SolidWorks Windows Explorer integration causes crashes, bug 1566109 + DllBlocklistEntry("Database.dll", (27, 3, 0, 59)), ] CHILD_PROCESSES += [