summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-02-27 19:27:19 +0100
committerMoonchild <moonchild@palemoon.org>2023-02-27 19:27:19 +0100
commitf3c063a8688664d1fdc4df3565c1513ac6599a5b (patch)
treeb135c41db79e9ff39783055e02ede06219b72f32 /modules
parent41448d401d3bec7b4f400eb6b7569cbd5d3d9298 (diff)
downloaduxp-f3c063a8688664d1fdc4df3565c1513ac6599a5b.tar.gz
Issue #2131 - Remove image.webp.enabled preference
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index d860a3cb4a..5b60c2b0cc 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4226,10 +4226,8 @@ pref("image.mem.surfacecache.discard_factor", 1);
// automatically determined based on the system's number of cores.
pref("image.multithreaded_decoding.limit", -1);
-// Whether we attempt to decode WebP images or not.
-pref("image.webp.enabled", true);
-
#ifdef MOZ_JXL
+// Whether we attempt to decode JPEG-XL images or not.
pref("image.jxl.enabled", true);
#endif