Skip to content

Commit 105cfff

Browse files
committed
feat: refined UA scanner in probely.js
1 parent 229f51c commit 105cfff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/security/probely.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export function isProbelyScanner({ ua, ip }) {
2626
const PROBELY_UA_FRAGMENTS = [
2727
'probelyspdr/',
2828
'probelyfp/',
29-
'probelymrkt',
30-
'probelysc',
29+
'probelymrkt/',
30+
'probelysc/',
3131
'python-httpx/',
3232
];
3333
const PROBELY_IPS = [

0 commit comments

Comments
 (0)