decktape/phantomjs.json
2015-05-28 22:53:01 +02:00

13 lines
389 B
JSON

{
// 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": ""
}