Skip to content

Commit

Permalink
Merge pull request #477 from commenthol/master
Browse files Browse the repository at this point in the history
fix(#473): EdgeMobile simplify and remove duplicated rule
  • Loading branch information
commenthol authored Apr 19, 2020
2 parents 9394685 + 95e65e4 commit 18526b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions regexes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,6 @@ user_agent_parsers:
# Edge Mobile
- regex: 'Windows Phone .*(Edge)/(\d+)\.(\d+)'
family_replacement: 'Edge Mobile'
- regex: '(EdgA)/(\d+)\.(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Edge Mobile'
- regex: '(EdgiOS)/(\d+)\.(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Edge Mobile'

# Edge Mobile (Chromium)
- regex: '(EdgiOS|EdgA)/(\d+)\.(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Edge Mobile'

Expand Down

0 comments on commit 18526b7

Please sign in to comment.