From cc74359e8323f359b735bc59b0d26f41ea9bedc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 20 Feb 2021 13:02:14 +0000 Subject: [PATCH] Fix SSL errors not being correctly ignored --- lib/tools/phantomas/phantomasWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/phantomas/phantomasWrapper.js b/lib/tools/phantomas/phantomasWrapper.js index a4aa347..e74e85a 100644 --- a/lib/tools/phantomas/phantomasWrapper.js +++ b/lib/tools/phantomas/phantomasWrapper.js @@ -47,7 +47,7 @@ var PhantomasWrapper = function() { // Mandatory 'analyze-css': true, - 'ignore-ssl-errors': true + 'ignoreSslErrors': true };