fix(firefox): disable ICC color correction based on OS display (#614)

This way screenshots will be consistent across host environments.
This commit is contained in:
Dmitry Gozman 2020-01-23 15:44:31 -08:00 committed by Andrey Lushnikov
parent c1cca19e90
commit 866c60254b
2 changed files with 6 additions and 0 deletions

View file

@ -369,6 +369,12 @@ const DEFAULT_PREFERENCES = {
'geo.provider.testing': true,
// Do not scan Wifi
'geo.wifi.scan': false,
// No ICC color correction. See
// https://developer.mozilla.org/en/docs/Mozilla/Firefox/Releases/3.5/ICC_color_correction_in_Firefox.
'gfx.color_management.mode': 0,
'gfx.color_management.rendering_intent': 3,
// No hang monitor
'hangmonitor.timeout': 0,
// Show chrome errors and warnings in the error console

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB