Since Firefox is natively supporting .webp images, they are displayed as webp images on web sites providing this option. How can we globally force Firefox to always fallback to jpg or png images?
I know .webp images support is an improvement, but for my case I need to export a lot of pictures from websites using a drag'n drop from Firefox to Windows Explorer. As webp images are not supported natively by Windows, this is useless... I would like to get the standard image instead.
Remark:
Before Firefox v70, it was possible to force it in tweaking about:config :
"image.http.accept" = "image/webp,*/*" > change to "*/*"
But this tweak is not working anymore.