Adding CAB files for MHR checking.

This commit is contained in:
Seth Hall 2013-07-10 17:04:09 -04:00
parent bf4f57383f
commit be8c947c04

View file

@ -16,6 +16,7 @@ export {
## File types to attempt matching against the Malware Hash Registry.
const match_file_types = /application\/x-dosexec/ |
/application\/vnd.ms-cab-compressed/ |
/application\/pdf/ |
/application\/x-shockwave-flash/ |
/application\/x-java-applet/ |