parent
536f42a4e8
commit
56f13c6524
3 changed files with 22 additions and 22 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue