mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
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
@ -27,6 +27,9 @@ DLL_BLOCKLIST_ENTRY("avgrsstx.dll", MAKE_VERSION(8, 5, 0, 401))
|
||||
// calc.dll - Suspected malware
|
||||
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
|
||||
DLL_BLOCKLIST_ENTRY("hook.dll", ALL_VERSIONS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user