summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-09-25 20:44:04 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-09-25 20:44:04 +0200
commit575f07db09d65058f0ec11c22246ed6309abdabf (patch)
tree59e7eb1299e899c0dea84b7b7ee7e3643b91d56e /modules
parent454110c781d8b1db62d3f57072ff79078b1a3266 (diff)
downloadUXP-575f07db09d65058f0ec11c22246ed6309abdabf.tar
UXP-575f07db09d65058f0ec11c22246ed6309abdabf.tar.gz
UXP-575f07db09d65058f0ec11c22246ed6309abdabf.tar.lz
UXP-575f07db09d65058f0ec11c22246ed6309abdabf.tar.xz
UXP-575f07db09d65058f0ec11c22246ed6309abdabf.zip
Regression fix: enable ICC v4 profiles by default.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 0ec5f1596..a4834e3ec 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -731,7 +731,7 @@ pref("gfx.perf-warnings.enabled", false);
pref("gfx.color_management.mode", 2);
pref("gfx.color_management.display_profile", "");
pref("gfx.color_management.rendering_intent", 0);
-pref("gfx.color_management.enablev4", false);
+pref("gfx.color_management.enablev4", true);
pref("gfx.downloadable_fonts.enabled", true);
pref("gfx.downloadable_fonts.fallback_delay", 3000);