Skip to content

Commit

Permalink
Import upstream browser version detection improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Aug 20, 2024
1 parent d9746c7 commit 2a76938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ua_inspector/parser/client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ defmodule UAInspector.Parser.Client do
@client_hint_browser_user_agent_version [
"Mi Browser",
"Opera",
"Opera Mobile"
"Opera Mobile",
"Veera"
]

@is_blink Regex.compile!("Chrome/.+ Safari/537.36", [:caseless])
Expand Down

0 comments on commit 2a76938

Please sign in to comment.