https://github.com/web-platform-tests/wpt
Revision 624f39e45e3e113cbb90428ba5e9dac3e53e9c6f authored by Hallvord R. M. Steen on 31 May 2015, 20:39:02 UTC, committed by Hallvord R. M. Steen on 31 May 2015, 20:39:02 UTC
Fix XHR tests following whatwg/fetch@c103d09
2 parent s 1ad9b69 + c58f935
Raw File
Tip revision: 624f39e45e3e113cbb90428ba5e9dac3e53e9c6f authored by Hallvord R. M. Steen on 31 May 2015, 20:39:02 UTC
Merge pull request #981 from caitp/issue-980
Tip revision: 624f39e
config.default.json
{"host": "web-platform.test",
 "external_host": null,
 "ports":{"http":[8000, "auto"],
          "https":[8443],
          "ws":["auto"],
          "wss":["auto"]},
 "check_subdomains": true,
 "log_level":"debug",
 "bind_hostname": true,
 "ssl": {"type": "openssl",
         "encrypt_after_connect": false,
         "openssl": {
             "openssl_binary": "openssl",
             "base_path": "_certs",
             "force_regenerate": false,
             "base_conf_path": null
         },
         "pregenerated": {
             "host_key_path": null,
             "host_cert_path": null
         },
         "none": {}
        }
}
back to top