List more valid file extensions in extraMimeEntries
Categories
(Firefox :: File Handling, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When I added some of the hard-coded MIME entries in bug 1619203 and its dependencies, I didn't expect that we would start changing the extension of files based on their MIME type.
We probably don't want to change extensions that are actually valid and used, but just aren't most "popular".
For example for text/calendar
the only extension we define is .ics
. Wikipedia lists .ical, .ics, .ifb, .icalendar
.
We might also want to do something about OOXML mime types. Sadly for those it's a bit difficult to figure out which MIME type and extension combinations are actually correct. See bug 1686437.
Comment 1•5 years ago
|
||
(In reply to Tom Schuster [:evilpie] from comment #0)
When I added some of the hard-coded MIME entries in bug 1619203 and its dependencies, I didn't expect that we would start changing the extension of files based on their MIME type.
We probably don't want to change extensions that are actually valid and used, but just aren't most "popular".
Right.
For example for
text/calendar
the only extension we define is.ics
. Wikipedia lists.ical, .ics, .ifb, .icalendar
.
Adding these seems uncontroversial. Do you have time to set up a patch for this bug?
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Taken from the table on https://en.wikipedia.org/wiki/ICalendar
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
bugherder |
Description
•