mirror of
https://github.com/lancedikson/bowser
synced 2026-09-22 20:14:20 +00:00
fix: prevent Motorola Edge devices from being misidentified as Microsoft Edge (#612)
This commit is contained in:
@@ -745,7 +745,7 @@ const browsersList = [
|
||||
},
|
||||
},
|
||||
{
|
||||
test: [/edg([ea]|ios)/i],
|
||||
test: [/edg([ea]|ios)\//i],
|
||||
describe(ua) {
|
||||
const browser = {
|
||||
name: 'Microsoft Edge',
|
||||
|
||||
Reference in New Issue
Block a user