From 91e1724540fe7d0997e199e016f43bb1eada2e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 13 Mar 2021 11:17:58 +0000 Subject: [PATCH] Get ready for Phantomas 2.2 --- lib/tools/phantomas/phantomasWrapper.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tools/phantomas/phantomasWrapper.js b/lib/tools/phantomas/phantomasWrapper.js index e74e85a..c7b9bc6 100644 --- a/lib/tools/phantomas/phantomasWrapper.js +++ b/lib/tools/phantomas/phantomasWrapper.js @@ -47,7 +47,8 @@ var PhantomasWrapper = function() { // Mandatory 'analyze-css': true, - 'ignoreSslErrors': true + 'ignoreSslErrors': true, // until Phantomas 2.1 + 'ignore-ssl-errors': true // for Phantomas >= 2.2 };