ModUI: Add application/xml to text handler
This commit is contained in:
parent
0e4f0206ab
commit
647e3a54f1
|
@ -65,6 +65,7 @@ class MIMEHandler:
|
|||
MIMECategory.Text : [[
|
||||
"text",
|
||||
"application/json",
|
||||
"application/xml",
|
||||
], []],
|
||||
MIMECategory.AV : [[
|
||||
"audio", "video", "image",
|
||||
|
|
Loading…
Reference in New Issue