Explicitly tell servers we accept WebP.

This commit is contained in:
wolfbeast
2016-09-07 10:35:59 +02:00
committed by roytam1
parent 97ff398f18
commit f06d772899
+1 -1
View File
@@ -3764,7 +3764,7 @@ pref("image.cache.timeweight", 500);
pref("image.downscale-during-decode.enabled", false);
// The default Accept header sent for images loaded over HTTP(S)
pref("image.http.accept", "image/png,image/*;q=0.8,*/*;q=0.5");
pref("image.http.accept", "image/webp,image/png,image/*;q=0.8,*/*;q=0.5");
pref("image.high_quality_downscaling.enabled", true);