forked from mirrors/gecko-dev
Bug 1516983 - Add the FRAPS .dll to the blocklist r=aklotz
Differential Revision: https://phabricator.services.mozilla.com/D15524 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
bb6e8482fb
commit
a27ca2c584
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ DLL_BLOCKLIST_ENTRY("avgrsstx.dll", MAKE_VERSION(8, 5, 0, 401))
|
||||||
// calc.dll - Suspected malware
|
// calc.dll - Suspected malware
|
||||||
DLL_BLOCKLIST_ENTRY("calc.dll", MAKE_VERSION(1, 0, 0, 1))
|
DLL_BLOCKLIST_ENTRY("calc.dll", MAKE_VERSION(1, 0, 0, 1))
|
||||||
|
|
||||||
|
// fraps64.dll - Unmaintained since 2013, causes crashes
|
||||||
|
DLL_BLOCKLIST_ENTRY("fraps64.dll", ALL_VERSIONS)
|
||||||
|
|
||||||
// hook.dll - Suspected malware
|
// hook.dll - Suspected malware
|
||||||
DLL_BLOCKLIST_ENTRY("hook.dll", ALL_VERSIONS)
|
DLL_BLOCKLIST_ENTRY("hook.dll", ALL_VERSIONS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue