Ivan P
Ivan P
Would it possible to add mappings for some of the missing Microsoft extensions, which are found in System.Web.MimeMapping: https://github.com/microsoft/referencesource/blob/master/System.Web/MimeMapping.cs ``` AddMapping(".jfif", "image/pjpeg"); AddMapping(".mht", "message/rfc822"); AddMapping(".mhtml", "message/rfc822"); AddMapping(".one", "application/onenote"); AddMapping(".vdx", "application/vnd.ms-visio.viewer");...
Added some missing MS-related extensions and types. @wesleytodd, please review
Hi, could the following extensions and types be added in `custom-types.json`? Bellow is the diff: ``` From 72cb0ea86260410a0947e69a34fb713509bebd45 Mon Sep 17 00:00:00 2001 From: Ivan P Date: Tue, 27 Aug...