diff options
author | David Tardon <dtardon@redhat.com> | 2016-08-29 09:34:20 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-08-30 07:57:19 +0200 |
commit | d1479d311b5a69eb1bf352d2007224351ddd5f0f (patch) | |
tree | 6a2df31473ff05252356b470d62ab7964d03d194 | |
parent | 5536aea8228778e00b9f1ca8199d858cd03780ad (diff) |
add vsdx
Change-Id: I85b6cdf6185efd8c11f393b1a30a9241be620749
-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 bd47a1f74d71..93bd5a7f503f 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -425,6 +425,7 @@ mimetypes = { 'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx', 'application/vnd.visio': 'vsd', 'application/visio.drawing': 'vsd', + 'application/vnd.visio2013': 'vsdx', 'application/vnd.visio.xml': 'vdx', 'application/x-mspublisher': 'pub', # W3C |