diff --git a/proxy.js b/proxy.js index eb689b6..6e4a938 100644 --- a/proxy.js +++ b/proxy.js @@ -1,8 +1,8 @@ var proxySettings = { proxyType: "manual", - http: "http://127.0.0.1:4444" - passthrough: "" + http: "http://127.0.0.1:4444", + passthrough: "", httpProxyAll: true };