Open arsenico13 opened 4 years ago
Hi, While I was creating a test for a plone add-on I stumbled upon this mime type definition for the csv files inside mime.types:
mime.types
https://github.com/plone/Products.MimetypesRegistry/blob/5bb7cd885c5d4dd6fa102954c4f34ac6ded92b15/Products/MimetypesRegistry/mime_types/mime.types#L629
Shouldn't it be text/csv?
text/csv
See this RFCs for reference:
And the iana registry: https://www.iana.org/assignments/media-types/media-types.xhtml
Hi, While I was creating a test for a plone add-on I stumbled upon this mime type definition for the csv files inside
mime.types
:https://github.com/plone/Products.MimetypesRegistry/blob/5bb7cd885c5d4dd6fa102954c4f34ac6ded92b15/Products/MimetypesRegistry/mime_types/mime.types#L629
Shouldn't it be
text/csv
?See this RFCs for reference:
And the iana registry: https://www.iana.org/assignments/media-types/media-types.xhtml