Setting image.webp.enabled to false no longer works
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: CPuckett.Dynetics, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
- Tried to save JPEG image, saw that it was WebP instead.
- Verified that image.webp.enabled is false.
- Checked HTTP headers and saw that FireFox included image/webp in Accept header.
- Started Firefox 112 with a fresh profile and verified that the setting does work in the older version.
Actual results:
Unable to save JPEG images because the server sends WebP instead.
Expected results:
Firefox should not include image/webp in the Accept header when webp is disabled.
This is a regression somewhere between version 112 and version 127.
Comment 1•8 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: ImageLib' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•8 months ago
|
||
There's is no longer a image.webp.enabled pref.
Comment 3•8 months ago
|
||
I'm going to mark this invalid based on the pref no longer existing.
If you wish to request the accept header be modifiable by pref or add-on, that code is in the networking component so you can either file a new bug in networking or morph this bug into that.
Description
•