You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Type-2 (known agent) UA snippet now stores the matched agent fragment rather than the first token of the raw UA string. Bots that send Mozilla/5.0 (compatible; Googlebot/2.1; ...) style UAs now display as Googlebot in the dashboard rather than the misleading Mozilla prefix. Affects all standard search and AI crawler UAs. Historical rows are unaffected and will age out within the 90-day retention window.
Changed
mdf_classify_ua() and mdf_ua_snippet() consolidated into a single mdf_classify_ua_with_snippet() function that performs classification and snippet extraction in one pass, eliminating redundant UA string traversal.