diff options
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": ".", +} |