Bug 1637745 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

In that list I see
text/plain":{"action":0,"ask":true,"extensions":["txt","asc","text","csv"]}
"text/html":{"action":0,"ask":true,"handlers":[{"name":"Firefox","path":"/Applications/Firefox.app"}],"extensions":["csv","txt","asc","text"]}}
I'm not sure why csv is marked as an extension for text/html, Gijs may have more insight here.
The patch should fix the bug at hand anyway, I was just curious about why we would use the fallback description here...
In that list I see
```
text/plain":{"action":0,"ask":true,"extensions":["txt","asc","text","csv"]}
"text/html":{"action":0,"ask":true,"handlers":[{"name":"Firefox","path":"/Applications/Firefox.app"}],"extensions":["csv","txt","asc","text"]}}
```
I'm not sure why csv is marked as an extension for text/html, Gijs may have more insight here.
The patch should fix the bug at hand anyway, I was just curious about why we would use the fallback description here...

Back to Bug 1637745 Comment 15