Respect HTTPS_PROXY when fetching malware database.

This commit is contained in:
Sander Declerck 2025-09-15 13:39:14 +02:00
parent 586b5ace33
commit 3d75b56ebd
No known key found for this signature in database
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,5 @@
import fetch from "make-fetch-happen";
const malwareDatabaseUrl =
"https://malware-list.aikido.dev/malware_predictions.json";