Merge branch 'master' into aws

This commit is contained in:
Gaël Métais
2021-03-15 23:17:37 +00:00
+2 -1
View File
@@ -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
};