Skip to content

Commit

Permalink
added missing browsers to useragentparser
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jan 27, 2014
1 parent e58f6f2 commit dceb7d1
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 95 deletions.
Expand Up @@ -256,7 +256,7 @@ class UserAgentParserEnhanced
'Internet Explorer' => array('IE', 'IM'),
'Konqueror' => array('KO'),
'NetFront' => array('NF'),
'Nokia Browser' => array('NB'),
'Nokia Browser' => array('NB', 'NO', 'NV'),
'Opera' => array('OP', 'OM', 'OI'),
'Safari' => array('SF', 'MF'),
'Sailfish Browser' => array('SA')
Expand Down Expand Up @@ -317,6 +317,8 @@ class UserAgentParserEnhanced
'MS' => 'Mobile Silk',
'MX' => 'Maxthon',
'NB' => 'Nokia Browser',
'NO' => 'Nokia OSS Browser',
'NV' => 'Nokia Ovi Browser',
'NF' => 'NetFront',
'NL' => 'NetFront Life',
'NS' => 'Netscape',
Expand All @@ -329,6 +331,7 @@ class UserAgentParserEnhanced
'PL' => 'Palm Blazer',
'PR' => 'Palm Pre',
'PX' => 'Phoenix',
'PO' => 'Polaris',
'RK' => 'Rekonq',
'RM' => 'RockMelt',
'SA' => 'Sailfish Browser',
Expand Down

0 comments on commit dceb7d1

Please sign in to comment.