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:
parent
c1cca19e90
commit
866c60254b
|
|
@ -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 |
Loading…
Reference in a new issue