浏览代码

Merge branch 'master' into aws

Gaël Métais 4 年之前
父节点
当前提交
050b2303f0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/tools/phantomas/phantomasWrapper.js

+ 2 - 1
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
         };