Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

wrong mime-type in application settings tab

  • 1 reply
  • 1 has this problem
  • 32 views
  • Last reply by guigs

more options

In the "Applications" settings, one of the mime-type is wrong : "application/x-zip" that contains quotes. Thoses quotes cause some file upload to fail (the file mime type in the File api is wrong `e.target.files[0].type` in a file upload field event has the value ""application/x-zip"").

Any idea where this is made ? by a plugin ? by the system ? etc. I'm in FF38 Linux.

In the "Applications" settings, one of the mime-type is wrong : "application/x-zip" that contains quotes. Thoses quotes cause some file upload to fail (the file mime type in the File api is wrong `e.target.files[0].type` in a file upload field event has the value ""application/x-zip""). Any idea where this is made ? by a plugin ? by the system ? etc. I'm in FF38 Linux.
Attached screenshots

All Replies (1)

more options

Are you running the packaged Firefox for linux from Mozilla or another pre-packaged by a third party?

To answer your question, there is a list of default mime types. In the profile however there is mimeTypes.rdf where a file is labeled. Deleting this file to delete a bad entry is how to reset it. However if this is happening by default, the extra quotes may need to be removed manually (with code.)

However please do no hesitate to open a bugzilla bug as well at bugzilla.mozilla.org with an example.

"Note: You may get problems if you download a file that is labeled with the wrong Internet media type. There is no way to identify or delete a bad entry in the list. If this happens you may need to look at the file mimeTypes.rdf in your Firefox profile folder. Deleting the mimeTypes.rdf will reset all download actions to the default settings."