ModUI: Add application/xml to text handler

This commit is contained in:
Mia Herkt 2022-12-22 09:55:41 +01:00
parent 0e4f0206ab
commit 647e3a54f1
Signed by: mia
GPG Key ID: 72E154B8622EC191
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class MIMEHandler:
MIMECategory.Text : [[
"text",
"application/json",
"application/xml",
], []],
MIMECategory.AV : [[
"audio", "video", "image",