diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-03 15:18:35 -0400 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-03 15:18:35 -0400 |
commit | 75b16b044f593cf7e187fcc4639e2e97fc230eb2 (patch) | |
tree | f09cb47f34a8e229953978d7f92a4a3d308fcc4a /phantomjs-config.json | |
parent | fdf038fddf458702d670ad204eba769b41b10903 (diff) | |
download | hib-dlagent-75b16b044f593cf7e187fcc4639e2e97fc230eb2.tar.gz hib-dlagent-75b16b044f593cf7e187fcc4639e2e97fc230eb2.zip |
Do not disable proxy by default
Diffstat (limited to 'phantomjs-config.json')
-rw-r--r-- | phantomjs-config.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phantomjs-config.json b/phantomjs-config.json index 559194a..f32e571 100644 --- a/phantomjs-config.json +++ b/phantomjs-config.json @@ -1,9 +1,5 @@ { -// "autoLoadImages": false, "webSecurityEnabled": false, "ignoreSslErrors": true, - "proxyType": "none", "diskCacheEnabled": true, - "debug": true, - "libraryPath": ".", } |