Firefox does not include image/webp to HTTP Request's 'Accept' Header for html file
Categories
(Core :: Graphics: ImageLib, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: tetsuharu, Assigned: aosmond)
References
Details
(Keywords: dev-doc-complete, parity-chrome)
Attachments
(1 file)
| Reporter | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Reporter | ||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
Comment 9•7 years ago
|
||
| bugherder | ||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
I'm assuming this was prompted by people wanting to "save as" images and getting different results than <img> in-page.
Shouldn't this have been solved by applying what's talked about in bug 1347958 instead of just blanket-adding this conneg header to html file requests?
Comment 12•7 years ago
|
||
Why did Firefox 66 went back to NOT sending image/webp to default HTTP Accept header?
Comment 13•7 years ago
|
||
See bug 1417463.
Comment 14•7 years ago
|
||
(In reply to Jan Andre Ikenmeyer [:darkspirit] from comment #13)
See bug 1417463.
I understand this, but it does NOT solve the problem reported here.
The important part is for applications to create html (img src etc.) according to what the client is able to display.
The / does not solve this - every browser, even IE, has this in its default Accept header. Without image/webp, applications are no longer able to serve .webp to Firefox!
Comment 15•7 years ago
|
||
I am sorry, the last sentence in my previous comment was supposed to begin with
The */* does not solve this
| Reporter | ||
Comment 16•7 years ago
|
||
(In reply to tgross.ms.de from comment #15)
I am sorry, the last sentence in my previous comment was supposed to begin with
The */* does not solve this
How about you use <picture/>?
Updated•6 years ago
|
Description
•