Skip to content

Commit

Permalink
Remove cespy.dll from the browser blacklist
Browse files Browse the repository at this point in the history
cespy.dll is a LSP and preventing it from loading in Chrome prevents
users from accessing the internet.

BUG=399968

Review URL: https://codereview.chromium.org/545003006

Cr-Commit-Position: refs/heads/master@{#293812}
  • Loading branch information
csharp authored and Commit bot committed Sep 8, 2014
1 parent 01a16bc commit e58cfbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chrome_elf/blacklist/blacklist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
// See crbug.com/379218.
L"activedetect64.dll", // Lenovo One Key Theater.
L"bitguard.dll", // Unknown (suspected malware).
L"cespy.dll", // CovenantEyes.
L"chrmxtn.dll", // Unknown (keystroke logger).
L"cplushook.dll", // Unknown (suspected malware).
L"datamngr.dll", // Unknown (suspected adware).
Expand Down

0 comments on commit e58cfbb

Please sign in to comment.