1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-22 12:05:23 +00:00
Files
lancedikson_bowser/test
naorpeled 59ceaeed9b fix: prevent Motorola Edge devices from being misidentified as Microsoft Edge (#610)
The regex /edg([ea]|ios)/i matched "edge" in device model names like
"motorola edge 60 fusion". Adding a required trailing slash ensures only
legitimate Edge browser tokens (EdgA/, Edge/, EdgiOS/) are matched.
2026-03-14 16:10:33 +02:00
..