diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index fc7c14b8d27d..b09261e5f79b 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -347,6 +347,7 @@ mimetypes = { 'image/x-svm': 'svm', 'image/x-wmf': 'wmf', 'image/x-pict': 'pict', + 'image/x-cmx': 'cmx', } # disabled for now, this would download gigs of pngs/jpegs... |