Skip to content

Commit

Permalink
https://github.com/browscap/browscap/issues/2827
Browse files Browse the repository at this point in the history
- Add two useragents, Chrome 115 on MacOSX and Chrome 115 on iOS
  • Loading branch information
paulrutter committed Jul 26, 2023
1 parent 17b3352 commit 7622d27
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tests/issues/issue-2827.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,31 @@
'standard' => true,
'full' => true,
],
'issue-2827-C' => [
'ua' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36',
'properties' => [
'Platform' => 'MacOSX',
'Platform_Version' => '10',
'Platform_Maker' => 'Apple Inc',
'Browser_Version' => 'Chrome',
'Browser_Version' => '115',
'Comment' => 'Chrome 115.0',
],
'lite' => false,
'standard' => true,
'full' => true,
],
'issue-2827-D' => [
'ua' => 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/115.0.5790.130 Mobile/15E148 Safari/604.1',
'properties' => [
'Platform' => 'iOS',
'Platform_Maker' => 'Apple Inc',
'Browser_Version' => 'Chrome',
'Browser_Version' => '115',
'Comment' => 'Chrome 115.0',
],
'lite' => false,
'standard' => true,
'full' => true,
],
];

0 comments on commit 7622d27

Please sign in to comment.