mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Respect HTTPS_PROXY when fetching malware database.
This commit is contained in:
parent
586b5ace33
commit
3d75b56ebd
3 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import fetch from "make-fetch-happen";
|
||||
|
||||
const malwareDatabaseUrl =
|
||||
"https://malware-list.aikido.dev/malware_predictions.json";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue