We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba98b9 commit accefa0Copy full SHA for accefa0
library/sources/http-server/checkIfRequestIsBlocked.ts
@@ -88,7 +88,7 @@ export function checkIfRequestIsBlocked(
88
agent.getInspectionStatistics().onIPAddressMatches(monitoredKeys);
89
90
if (result.blocked) {
91
- // Let's see if the IP occurs on more than one blocklist
+ // Let's see if the IP occurs on one or more blocked lists and collect those keys
92
const blockedKeys = agent
93
.getConfig()
94
.getMatchingBlockedIPListKeys(context.remoteAddress);
0 commit comments