diff options
| author | Mia Herkt <mia@0x0.st> | 2022-12-22 09:55:41 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2022-12-22 09:55:41 +0100 |
| commit | 647e3a54f168fee3758739eeed29a47e7cdf3e6e (patch) | |
| tree | dcba175e554c8572043f8b8371750ae94ea05d56 /modui | |
| parent | 0e4f0206ab48b99dfb32a335a7accf60f8f494e1 (diff) | |
ModUI: Add application/xml to text handler
Diffstat (limited to 'modui')
| -rw-r--r-- | modui/mime.py | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
