Bug 1233237: Backout a882a8c92a28 for causing winsock connectivity problems; r=backout

This commit is contained in:
Aaron Klotz 2015-12-23 14:35:42 -07:00
parent f96b94c13f
commit 10379467c2

View File

@ -187,11 +187,6 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
{ "grabdll.dll", MAKE_VERSION(2, 6, 1, 0) },
{ "grabkernel.dll", MAKE_VERSION(1, 0, 0, 1) },
// Nvidia Network Access Manager, bug 1233237
{ "nvappfilter.dll", MAKE_VERSION(2, 2, 0, 6531) },
{ "nvlsp.dll", MAKE_VERSION(2, 2, 0, 7325) },
{ "nvlsp64.dll", MAKE_VERSION(2, 2, 0, 7325) },
{ nullptr, 0 }
};