diff --git a/toolkit/xre/nsWindowsDllBlocklist.h b/toolkit/xre/nsWindowsDllBlocklist.h index 05a98e52ec2..b3f90c5cd9b 100644 --- a/toolkit/xre/nsWindowsDllBlocklist.h +++ b/toolkit/xre/nsWindowsDllBlocklist.h @@ -99,6 +99,10 @@ static DllBlockInfo sWindowsDllBlocklist[] = { // radhslib.dll - Naomi internet filter - unmaintained since 2006 {"radhslib.dll", UNVERSIONED}, + + // Music download filter for vkontakte.ru - old instances + // of this DLL cause crashes + {"vksaver.dll", MAKE_VERSION(1,0,0,1)}, // leave these two in always for tests { "mozdllblockingtest.dll", ALL_VERSIONS },