Skip to content

Commit

Permalink
chore: identify inspector browsing traffic (#212)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman authored Nov 13, 2024
1 parent e6c7f48 commit 0442cab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linehaul/ua/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ def BrowserUserAgent():
^NSIS_Inetc\ \(Mozilla\)$ |
^Debian\ uscan |
^Pingdom\.com_bot_version_\d+\.\d+_\(https?://www.pingdom.com/\)$ |
^MauiBot\ \(crawler\.feedback\+dc@gmail\.com\)$
^MauiBot\ \(crawler\.feedback\+dc@gmail\.com\)$ |
^inspector\.pypi\.io$
)
""",
re.VERBOSE,
Expand Down

0 comments on commit 0442cab

Please sign in to comment.