فهرست منبع

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
         };