firefox: comment about lazy loading

This commit is contained in:
Vincent Bernat 2020-10-29 07:25:20 +01:00
parent f3fada5b00
commit 74e1d28693

View file

@ -56,6 +56,7 @@ user_pref("media.ffmpeg.vaapi.enabled", true);
user_pref("media.ffvpx.enabled", false);
// Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240
// Should be fixed in Firefox 84.
user_pref("dom.image-lazy-loading.enabled", false);
// Disable DoH for now