diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-01 01:21:59 -0400 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-01 01:31:53 -0400 |
commit | 23fcf1acc62e0f32f479c12c1916b2b1dd922199 (patch) | |
tree | 96ddaf09bb3cb901a9d9a0300bf2c14a37586de9 /phantomjs-config.json | |
parent | bb224302e1720bf7119c5b3a2e3c394ce989ecc7 (diff) | |
download | hib-dlagent-23fcf1acc62e0f32f479c12c1916b2b1dd922199.tar.gz hib-dlagent-23fcf1acc62e0f32f479c12c1916b2b1dd922199.zip |
Support the new Humble Bundle page
Use PhantomJS to handle the dynamically generated page and captchas.
Add options to specify the location of PhantomJS scripts and
configuration file.
Update README on requirements, usage, and debugging information.
Update CHANGELOG.
Diffstat (limited to 'phantomjs-config.json')
-rw-r--r-- | phantomjs-config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phantomjs-config.json b/phantomjs-config.json new file mode 100644 index 0000000..559194a --- /dev/null +++ b/phantomjs-config.json @@ -0,0 +1,9 @@ +{ +// "autoLoadImages": false, + "webSecurityEnabled": false, + "ignoreSslErrors": true, + "proxyType": "none", + "diskCacheEnabled": true, + "debug": true, + "libraryPath": ".", +} |