Browse Source

Fix SSL errors not being correctly ignored

Gaël Métais 4 years ago
parent
commit
cc74359e83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/tools/phantomas/phantomasWrapper.js

+ 1 - 1
lib/tools/phantomas/phantomasWrapper.js

@@ -47,7 +47,7 @@ var PhantomasWrapper = function() {
 
             // Mandatory
             'analyze-css': true,
-            'ignore-ssl-errors': true
+            'ignoreSslErrors': true
         };