fix the passthrough thing

This commit is contained in:
idk
2019-02-05 13:49:53 -05:00
parent e086d02974
commit c2ee549700

View File

@@ -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
};