From a0d640e45c016c487157d59297633aea248c4e19 Mon Sep 17 00:00:00 2001 From: Hannes Braun Date: Tue, 15 Mar 2022 18:53:27 +0100 Subject: [PATCH] Add TOML --- MimeTypeMap.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MimeTypeMap.cs b/MimeTypeMap.cs index e2ddc7a..f2c8f94 100644 --- a/MimeTypeMap.cs +++ b/MimeTypeMap.cs @@ -539,6 +539,7 @@ private static IDictionary BuildMappings() {".tlh", "text/plain"}, {".tli", "text/plain"}, {".toc", "application/octet-stream"}, + {".toml", "application/toml"}, {".tr", "application/x-troff"}, {".trm", "application/x-msterminal"}, {".trx", "application/xml"},