Skip to content

Commit

Permalink
Improves engine detection for Pluma
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Oct 18, 2024
1 parent c38e6ea commit 92714d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Parser/Client/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ class Browser extends AbstractClientParser
'K4', 'WK', 'T3', 'K5', 'MU', '9P', 'K6', 'VR', 'N9',
'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',
'8C', '3M', '6I', '2P', 'PU', '7I', 'X5', 'AL', '3P',
],
'Firefox' => [
'FF', 'BI', 'BF', 'BH', 'BN', 'C0', 'CU', 'EI', 'F1',
Expand Down Expand Up @@ -816,7 +816,7 @@ class Browser extends AbstractClientParser
'DP', 'KL', 'K4', 'N6', 'KU', 'WK', 'M8', 'UP', 'ZT',
'9P', 'N8', 'VR', 'N9', 'M9', 'F9', '0P', '0A', '2F',
'2M', 'K7', '1N', '8A', 'H7', 'X3', 'X4', '5O', '6I',
'7I', 'X5',
'7I', 'X5', '3P',
];

/**
Expand Down
6 changes: 3 additions & 3 deletions Tests/Parser/Client/fixtures/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8858,9 +8858,9 @@
type: browser
name: Pluma
version: 119.0.0.0
engine: ""
engine_version: ""
family: ""
engine: Blink
engine_version: 119.0.0.0
family: Chrome
headers:
Sec-CH-UA: '"Pluma";v="119.0.0.0", "Chromium";v="119.0.0.0", "Not?A_Brand";v="24.0.0.0"'
Sec-CH-UA-Full-Version: 119.0.0.0
Expand Down

0 comments on commit 92714d5

Please sign in to comment.