mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 957258 - Block sprotector.dll on all versions of Windows. r=bsmedberg
This commit is contained in:
parent
8b8af90e99
commit
03cb18fbcc
@ -107,7 +107,8 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
|
||||
// Topcrash with Babylon Toolbar on FF16+ (bug 721264)
|
||||
{"babyfox.dll", ALL_VERSIONS},
|
||||
|
||||
{"sprotector.dll", ALL_VERSIONS, DllBlockInfo::BLOCK_WIN8PLUS_ONLY },
|
||||
// sprotector.dll crashes, bug 957258
|
||||
{"sprotector.dll", ALL_VERSIONS},
|
||||
|
||||
// Topcrash with Websense Endpoint, bug 828184
|
||||
{"qipcap.dll", MAKE_VERSION(7, 6, 815, 1)},
|
||||
|
Loading…
Reference in New Issue
Block a user