Browse Source
When a icon blacklist regex was configured to not check for a domain, it still did a DNS lookup first. This could cause a DNS leakage for these regex blocked domains. This PR resolves this issue by first checking the regex, and afterwards the other checks. Fixes #2909pull/2921/head
BlackDex
2 years ago
2 changed files with 14 additions and 11 deletions
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 483 B |
Loading…
Reference in new issue