Skip to content

Commit

Permalink
fix brave browser regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Azevedo committed Apr 8, 2024
1 parent 3210c7e commit 87f5fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ user_agent_parsers:
family_replacement: 'NetFront NX'

# Brave Browser https://brave.com/ , should go before Safari and Chrome Mobile
- regex: '((?:B|b)rave(?:\s+Chrome)?)/(\d+)(?:\.(\d+)|)(?:\.(\d+)|)(?:\.(\d+)|)'
- regex: '((?:B|b)rave(?:\sChrome)?)/(\d+)(?:\.(\d+)|)(?:\.(\d+)|)(?:\.(\d+)|)'
family_replacement: 'Brave'

# Amazon Silk, should go before Safari and Chrome Mobile
Expand Down

0 comments on commit 87f5fc5

Please sign in to comment.