Adding WOFF fonts to file type identification.

This commit is contained in:
Seth Hall 2015-04-07 02:06:02 -04:00
parent 422e558d77
commit 8fd5e7f382

View file

@ -89,6 +89,12 @@ signature file-oscp-response {
file-mime "application/ocsp-response", 71 file-mime "application/ocsp-response", 71
} }
# Web Open Font Format
signature file-woff {
file-magic /^wOFF/
file-mime "application/font-woff", 70
}
# Shockwave flash # Shockwave flash
signature file-swf { signature file-swf {
file-magic /^(F|C|Z)WS/ file-magic /^(F|C|Z)WS/