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

firefox is incorrectly saving non-webp images as webp

  • 7 replies
  • 1 has this problem
  • 474 views
  • Last reply by cor-el

more options

i am trying to save this image in the original file type, however firefox incorrectly saves as webp. now, you will help me disable this. about:preferences webp alterations do nothing.

i am trying to save [https://preview.redd.it/8i4320q0p9941.jpg?width=960&crop=smart&auto=webp&s=47ae6d7628e439b5f744cd13802b96635106ba08 this image] in the original file type, however firefox incorrectly saves as webp. now, you will help me disable this. about:preferences webp alterations do nothing.

Chosen solution

That the link request includes 8i4320q0p9941.jpg doesn't mean that much. If the server thinks that the browser supports WebP images then you will get a WebP image and not a JPEG. That is how it works these days. In this case the link also include '&auto=webp' and that probably causes the server to default to WebP.

  • https://preview.redd.it/8i4320q0p9941.jpg?width=960&crop=smart&auto=webp&s=47ae6d7628e439b5f744cd13802b96635106ba08

As you can see, it is still possible to force the server to send a JPEG image in Firefox 84 with some effort.

Read this answer in context 👍 0

All Replies (7)

more options

Getting a lot of these issues lately, but give this a try. I am able to replicate the issue.

https://addons.mozilla.org/en-US/firefox/addon/content-type-fixer/

Modified by jonzn4SUSE

more options

Add-on installed and showing on your toolbar. Click it to insure that the hammer is not showing with zzzzzzs and then click on the Add/ Edit option. This will open tab with a button to Refresh Log. Then go back to the tab with the site and refresh it, right click on the image and then save as and then close the save as window. Go back to the tab with the Refresh Log button and click it. Then you will see the option to add it.

wow... yeah the add-on needs better instructions.

Modified by jonzn4SUSE

more options

That's a question for the Dev team.

Modified by jonzn4SUSE

more options

As a possible workaround you can inspect this image request in the Network Monitor and use Edit and Resend to request the image a modified request header that doesn't include image/webp.

  • Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  • Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

You can save this image via the right-click context menu in the left panel (Save Image As) of that new request that should have: content-type: image/jpeg


You can look at an extension like one of these.

more options

minger, the image is NOT A WEBP, yet firefox saves it as such. if none of you will help me prevent firefox from ruining my life, you will tell me how to contact a firefox employee so that i can deal with someone who understands how to solve an incredibly simple problem

more options

Chosen Solution

That the link request includes 8i4320q0p9941.jpg doesn't mean that much. If the server thinks that the browser supports WebP images then you will get a WebP image and not a JPEG. That is how it works these days. In this case the link also include '&auto=webp' and that probably causes the server to default to WebP.

  • https://preview.redd.it/8i4320q0p9941.jpg?width=960&crop=smart&auto=webp&s=47ae6d7628e439b5f744cd13802b96635106ba08

As you can see, it is still possible to force the server to send a JPEG image in Firefox 84 with some effort.

more options

You can see the result from both requests in this screenshot. first the image send by the server where the request includes image/webp and a WebP image is send and the second request where the image/webp is omitted and a JPEG image is send.