ModUI: Add application/xml to text handler
This commit is contained in:
parent
0e4f0206ab
commit
647e3a54f1
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class MIMEHandler:
|
||||||
MIMECategory.Text : [[
|
MIMECategory.Text : [[
|
||||||
"text",
|
"text",
|
||||||
"application/json",
|
"application/json",
|
||||||
|
"application/xml",
|
||||||
], []],
|
], []],
|
||||||
MIMECategory.AV : [[
|
MIMECategory.AV : [[
|
||||||
"audio", "video", "image",
|
"audio", "video", "image",
|
||||||
|
|
Loading…
Reference in a new issue