get-bugzilla-attachments-by-mimetype: add "application/vnd.visio.xml"
Change-Id: I113f7bf3fd4194011efe83b1776ca42ad489f652
This commit is contained in:
@@ -280,6 +280,7 @@ mimetypes = {
|
|||||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'docx',
|
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'docx',
|
||||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx',
|
'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx',
|
||||||
'application/vnd.visio': 'vsd',
|
'application/vnd.visio': 'vsd',
|
||||||
|
'application/vnd.visio.xml': 'vdx',
|
||||||
# W3C
|
# W3C
|
||||||
'application/xhtml+xml': 'xhtml',
|
'application/xhtml+xml': 'xhtml',
|
||||||
'application/mathml+xml': 'mml',
|
'application/mathml+xml': 'mml',
|
||||||
|
Reference in New Issue
Block a user