mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Add Comodo IS < 6.3 64-bit to the dll blocklist
This commit is contained in:
parent
45cb285411
commit
440a9570a0
1 changed files with 3 additions and 0 deletions
|
|
@ -227,6 +227,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
|
|||
|
||||
// K7TotalSecurity, bug 1339083.
|
||||
{ "k7pswsen.dll", MAKE_VERSION(15, 2, 2, 95) },
|
||||
|
||||
// Comodo IS old versions, startup crash on 64-bit, bug 1140397
|
||||
{ "guard64.dll", MAKE_VERSION(6, 3, 0, 0) },
|
||||
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue