Skip to content

Commit 0442cab

Browse files
authored
chore: identify inspector browsing traffic (#212)
Signed-off-by: Mike Fiedler <[email protected]>
1 parent e6c7f48 commit 0442cab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linehaul/ua/parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ def BrowserUserAgent():
346346
^NSIS_Inetc\ \(Mozilla\)$ |
347347
^Debian\ uscan |
348348
^Pingdom\.com_bot_version_\d+\.\d+_\(https?://www.pingdom.com/\)$ |
349-
^MauiBot\ \(crawler\.feedback\+dc@gmail\.com\)$
349+
^MauiBot\ \(crawler\.feedback\+dc@gmail\.com\)$ |
350+
^inspector\.pypi\.io$
350351
)
351352
""",
352353
re.VERBOSE,

0 commit comments

Comments
 (0)