瀏覽代碼

Should fix some 254 errors with self-signed certificates

Gaël Métais 9 年之前
父節點
當前提交
0d71781071
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/tools/phantomas/phantomasWrapper.js

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

@@ -37,6 +37,7 @@ var PhantomasWrapper = function() {
             // Mandatory
             // Mandatory
             'reporter': 'json:pretty',
             'reporter': 'json:pretty',
             'analyze-css': true,
             'analyze-css': true,
+            'ignore-ssl-errors': true,
             'skip-modules': [
             'skip-modules': [
                 'domHiddenContent', // overriden
                 'domHiddenContent', // overriden
                 'domMutations', // not compatible with webkit
                 'domMutations', // not compatible with webkit