From 647e3a54f168fee3758739eeed29a47e7cdf3e6e Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Thu, 22 Dec 2022 09:55:41 +0100 Subject: [PATCH] ModUI: Add application/xml to text handler --- modui/mime.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modui/mime.py b/modui/mime.py index e9992a5..fae51af 100644 --- a/modui/mime.py +++ b/modui/mime.py @@ -65,6 +65,7 @@ class MIMEHandler: MIMECategory.Text : [[ "text", "application/json", + "application/xml", ], []], MIMECategory.AV : [[ "audio", "video", "image",