diff options
-rw-r--r-- | content/common/sandbox_policy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/common/sandbox_policy.cc b/content/common/sandbox_policy.cc index 6626763..e9f7ac9 100644 --- a/content/common/sandbox_policy.cc +++ b/content/common/sandbox_policy.cc @@ -41,6 +41,7 @@ namespace { const wchar_t* const kTroublesomeDlls[] = { L"adialhk.dll", // Kaspersky Internet Security. L"acpiz.dll", // Unknown. + L"aswjsflt.dll", // Avast! AV L"avgrsstx.dll", // AVG 8. L"babylonchromepi.dll", // Babylon translator. L"btkeyind.dll", // Widcomm Bluetooth. @@ -101,6 +102,7 @@ const wchar_t* const kTroublesomeDlls[] = { L"sguard.dll", // Iolo (System Guard). L"smum32.dll", // Spyware Doctor version 6. L"smumhook.dll", // Spyware Doctor version 5. + L"snxhk.dll", // Avast! AV L"ssldivx.dll", // DivX. L"syncor11.dll", // SynthCore Midi interface. L"systools.dll", // Panda Antivirus. |