fix
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-03 16:54:36 +01:00
parent 536f42a4e8
commit 56f13c6524
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 22 additions and 22 deletions

View file

@ -8,7 +8,7 @@ pub fn check_blacklist(domain: &str) -> bool {
let conf = conf.websites.as_ref();
// TODO : Block IPs
// Test SSRF
// TODO : Test SSRF
let blacklisted_domains = conf
.map(|x| x.BLACKLIST_DOMAINS.as_ref())