Skip to content

Commit accefa0

Browse files
committed
Improve comment
1 parent 3ba98b9 commit accefa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/sources/http-server/checkIfRequestIsBlocked.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function checkIfRequestIsBlocked(
8888
agent.getInspectionStatistics().onIPAddressMatches(monitoredKeys);
8989

9090
if (result.blocked) {
91-
// Let's see if the IP occurs on more than one blocklist
91+
// Let's see if the IP occurs on one or more blocked lists and collect those keys
9292
const blockedKeys = agent
9393
.getConfig()
9494
.getMatchingBlockedIPListKeys(context.remoteAddress);

0 commit comments

Comments
 (0)