mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Adding WOFF fonts to file type identification.
This commit is contained in:
parent
422e558d77
commit
8fd5e7f382
1 changed files with 6 additions and 0 deletions
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue