| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| var superproxy = require("superagent-proxy"); | ||
| superproxy(superagent); | ||
| import superagent_setup from "./superagent-proxy.js"; |
There was a problem hiding this comment.
Why don't we directly use proxy-agent here?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR remove the superagent-proxy package, as it's not maintained anymore and depends on the vulnerable vm2 package.
agent-proxy is used directly with superagent's Request object now.
AB#101666