We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cca19 commit 866c602Copy full SHA for 866c602
src/server/ffPlaywright.ts
@@ -369,6 +369,12 @@ const DEFAULT_PREFERENCES = {
369
'geo.provider.testing': true,
370
// Do not scan Wifi
371
'geo.wifi.scan': false,
372
+
373
+ // No ICC color correction. See
374
+ // https://developer.mozilla.org/en/docs/Mozilla/Firefox/Releases/3.5/ICC_color_correction_in_Firefox.
375
+ 'gfx.color_management.mode': 0,
376
+ 'gfx.color_management.rendering_intent': 3,
377
378
// No hang monitor
379
'hangmonitor.timeout': 0,
380
// Show chrome errors and warnings in the error console
test/golden-firefox/mock-binary-response.png
-50 Bytes
0 commit comments