From 4662aad03a28a6fa049f2c34ab58069718a229fe Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 24 Jul 2017 14:19:48 +0200 Subject: Use proper image http accept header for content negotiation. --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/libpref') diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 729512407..e1536933a 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4392,7 +4392,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 element's |src| // attribute by JavaScript represent an animation, in milliseconds. If the |src| -- cgit v1.2.3