mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
No issue - Explicitly indicate image/apng in Accept: header
This commit is contained in:
parent
0e02e94278
commit
055765d101
1 changed files with 3 additions and 3 deletions
|
|
@ -1503,14 +1503,14 @@ pref("network.http.accept.default", "*/*");
|
|||
// Top-level navigation should include all non-ubiquitous mime types in front of */*
|
||||
// including image and video/audio types that are handled top-level.
|
||||
#ifdef MOZ_JXL
|
||||
pref("network.http.accept.navigation", "text/html,application/xhtml+xml,application/xml;q=0.9,image/jxl,image/webp,video/x-matroska,video/webm,*/*;q=0.8");
|
||||
pref("network.http.accept.navigation", "text/html,application/xhtml+xml,application/xml;q=0.9,image/jxl,image/webp,image/apng,video/x-matroska,video/webm,*/*;q=0.8");
|
||||
#else
|
||||
pref("network.http.accept.navigation", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,video/x-matroska,video/webm,*/*;q=0.8");
|
||||
#endif
|
||||
#ifdef MOZ_JXL
|
||||
pref("network.http.accept.image", "image/jxl,image/webp,image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5");
|
||||
pref("network.http.accept.image", "image/jxl,image/webp,image/apng,image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5");
|
||||
#else
|
||||
pref("network.http.accept.image", "image/webp,image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5");
|
||||
pref("network.http.accept.image", "image/webp,image/apng,image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5");
|
||||
#endif
|
||||
pref("network.http.accept.style", "text/css,*/*;q=0.1");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue