Skip to content

Commit

Permalink
Merge pull request #74 from snyk/chore/ignore-axios-proxy
Browse files Browse the repository at this point in the history
chore: ignore axios proxy support
  • Loading branch information
Mila Votradovec authored Apr 15, 2021
2 parents 334140c + fc878b2 commit 1ba1b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const axios_ = axios.create({
// keepAlive pools and reuses TCP connections, so it's faster
httpAgent: new http.Agent(agentOptions),
httpsAgent: new https.Agent(agentOptions),
proxy: false,
});

axios_.interceptors.request.use(
Expand Down

0 comments on commit 1ba1b61

Please sign in to comment.