Remove phantomjs.json as it's become irrelevant

This commit is contained in:
Antonin Stefanutti 2016-09-29 12:08:10 +02:00
parent 6b66eb716c
commit c2c2323ae4

View File

@ -1,13 +0,0 @@
{
// same as: --ignore-ssl-errors=true
"ignoreSslErrors": true,
// address:port specifies the proxy server to use (e.g. --proxy=192.168.1.42:8080)
"proxy": "",
// [http|socks5|none] specifies the type of the proxy server (default is http).
"proxyType": "",
// specifies the authentication information for the proxy, e.g. --proxy-auth=username:password)
"proxyAuth": ""
}