Skip to content

Commit

Permalink
Adds detection for Herond Browser (#7953)
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu authored Dec 18, 2024
1 parent cb097ac commit e9d8a6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Parser/Client/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ class Browser extends AbstractClientParser
'HA' => 'Hawk Turbo Browser',
'HQ' => 'Hawk Quick Browser',
'HE' => 'Helio',
'HN' => 'Herond Browser',
'HX' => 'Hexa Web Browser',
'HI' => 'Hi Browser',
'HO' => 'hola! Browser',
Expand Down Expand Up @@ -770,7 +771,7 @@ class Browser extends AbstractClientParser
'M9', 'F9', '0P', '0A', 'JR', 'D3', 'TK', 'BP', '2F',
'2M', 'K7', '1N', '8A', 'H7', 'X3', 'T4', 'X4', '5O',
'8C', '3M', '6I', '2P', 'PU', '7I', 'X5', 'AL', '3P',
'W2', 'ZB',
'W2', 'ZB', 'HN',
],
'Firefox' => [
'FF', 'BI', 'BF', 'BH', 'BN', 'C0', 'CU', 'EI', 'F1',
Expand Down
11 changes: 11 additions & 0 deletions Tests/Parser/Client/fixtures/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10361,3 +10361,14 @@
family: Chrome
headers:
http-x-requested-with: com.android.webview
-
user_agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36
client:
type: browser
name: Herond Browser
version: 122.0.0.0
engine: Blink
engine_version: 122.0.0.0
family: Chrome
headers:
Sec-CH-UA: '"Chromium";v="122", "Not(A:Brand";v="24", "Herond";v="122"'

0 comments on commit e9d8a6f

Please sign in to comment.