mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Use proper image http accept header for content negotiation.
This commit is contained in:
parent
8b0dd2f40b
commit
88b2ab12db
1 changed files with 1 additions and 1 deletions
|
|
@ -4397,7 +4397,7 @@ pref("image.decode-immediately.enabled", false);
|
|||
pref("image.downscale-during-decode.enabled", true);
|
||||
|
||||
// The default Accept header sent for images loaded over HTTP(S)
|
||||
pref("image.http.accept", "*/*");
|
||||
pref("image.http.accept", "image/webp,image/png,image/*;q=0.8,*/*;q=0.5");
|
||||
|
||||
// The threshold for inferring that changes to an <img> element's |src|
|
||||
// attribute by JavaScript represent an animation, in milliseconds. If the |src|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue