decktape/phantomjs.json

13 lines
389 B
JSON
Raw Normal View History

2015-05-28 23:53:01 +03:00
{
// 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": ""
}