File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ function parse_user_agent( $u_agent = null ) {
9292
9393 preg_match_all (<<<'REGEX'
9494%(?P<browser>Camino|Kindle(\ Fire)?|Firefox|Iceweasel|IceCat|Safari|MSIE|Trident|AppleWebKit|
95- TizenBrowser|(?:Headless)?Chrome|YaBrowser|Vivaldi|IEMobile|Opera|OPR|Silk|Midori|Edge|EdgA?|CriOS|UCBrowser|Puffin|
95+ TizenBrowser|(?:Headless)?Chrome|YaBrowser|Vivaldi|IEMobile|Opera|OPR|Silk|Midori|(?-i: Edge) |EdgA?|CriOS|UCBrowser|Puffin|
9696OculusBrowser|SamsungBrowser|SailfishBrowser|XiaoMi/MiuiBrowser|
9797Baiduspider|Applebot|Facebot|Googlebot|YandexBot|bingbot|Lynx|Version|Wget|curl|
9898Valve\ Steam\ Tenfoot|
Original file line number Diff line number Diff line change 624624 "browser" : " Chrome" ,
625625 "version" : " 18.0.1025.308"
626626 },
627+ "Mozilla\/ 5.0 (Linux; Android 11; motorola edge 20 lite) AppleWebKit\/ 537.36 (KHTML, like Gecko) Chrome\/ 102.0.5005.78 Mobile Safari\/ 537.36" : {
628+ "platform" : " Android" ,
629+ "browser" : " Chrome" ,
630+ "version" : " 102.0.5005.78"
631+ },
627632 "Mozilla\/ 5.0 (Windows Mobile 10; Android 10.0; Microsoft; Lumia 950XL) AppleWebKit\/ 537.36 (KHTML, like Gecko) Chrome\/ 100.0.4896.127 Mobile Safari\/ 537.36 Edge\/ 40.15254.603" : {
628633 "platform" : " Android" ,
629634 "browser" : " Edge" ,
You can’t perform that action at this time.
0 commit comments