From c2ee5497003c0a909744f87d5ff8daf4cddc65fa Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 5 Feb 2019 13:49:53 -0500 Subject: [PATCH] fix the passthrough thing --- proxy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };