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

Mime type: add common MIME types #963

Open
wants to merge 1 commit into
base: releases/24.2
Choose a base branch
from

Conversation

stephan-merkli
Copy link
Member

377371

@stephan-merkli stephan-merkli force-pushed the features/sme/24.2/377371_add_common_mime_types branch from a215a66 to 2f089ea Compare April 2, 2024 08:55
XLS("application/vnd.ms-excel", "xls", IMimeMagic.DOC_XLS_PPT),
XLSB("application/vnd.ms-excel.sheet.binary.macroEnabled.12", "xlsb"),
XLSX("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "xlsx", IMimeMagic.DOCX_XLSX_PPTX),
XLSM("application/vnd.ms-excel.sheet.macroEnabled.12", "xlsm", IMimeMagic.DOCX_XLSX_PPTX),
XLTX("application/vnd.openxmlformats-officedocument.spreadsheetml.template", "xltx", IMimeMagic.DOCX_XLSX_PPTX),
XML("text/xml", "xml"),
XML("application/xml", "xml"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think application/xml is ok (see RFC 3023), but we need to change the tests accordingly.

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

Successfully merging this pull request may close these issues.

None yet

2 participants