Fix SSL errors not being correctly ignored

This commit is contained in:
Gaël Métais
2021-02-20 13:02:14 +00:00
parent 9be862e37b
commit cc74359e83
+1 -1
View File
@@ -47,7 +47,7 @@ var PhantomasWrapper = function() {
// Mandatory
'analyze-css': true,
'ignore-ssl-errors': true
'ignoreSslErrors': true
};