Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parity with System.Web.MimeMapping.GetMimeMapping for some MS extensions #129

Open
ipetrouchtchak-fi opened this issue Aug 22, 2024 · 2 comments

Comments

@ipetrouchtchak-fi
Copy link

ipetrouchtchak-fi commented Aug 22, 2024

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");
AddMapping(".vsx", "application/vnd.visio");
AddMapping(".vtx", "application/vnd.visio");
...
@viceice
Copy link
Collaborator

viceice commented Aug 23, 2024

feel free to open a PR 🤗

@ipetrouchtchak-fi
Copy link
Author

Opened a PR on mime-db: jshttp/mime-db#335 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants