mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Add iOS Naver, Kakao regex
This commit is contained in:
parent
0b423078c8
commit
534ba7dd7c
@ -224,8 +224,9 @@
|
|||||||
/\bopr\/([\w\.]+)/i // Opera Webkit
|
/\bopr\/([\w\.]+)/i // Opera Webkit
|
||||||
], [VERSION, [NAME, OPERA]], [
|
], [VERSION, [NAME, OPERA]], [
|
||||||
|
|
||||||
/whale\/([-\w\.]+).+NAVER\((.*)\)/i // Naver InApp
|
/Safari\/([-\w\.]+).+NAVER\((.*)\)/i, // Naver InApp for iOS
|
||||||
], [VERSION,[NAME, /(.+);\s+(.+);\s+(.+);\s+(.+)/i, NAVER+' $1 $2']], [
|
/whale\/([-\w\.]+).+NAVER\((.*)\)/i // Naver InApp Android
|
||||||
|
], [VERSION,[NAME, /(.+); (.+); [0-9]+;.+/i, NAVER+' $1 $2']], [
|
||||||
|
|
||||||
// Mixed
|
// Mixed
|
||||||
/(kindle)\/([\w\.]+)/i, // Kindle
|
/(kindle)\/([\w\.]+)/i, // Kindle
|
||||||
@ -292,7 +293,8 @@
|
|||||||
/\bgsa\/([\w\.]+) .*safari\//i // Google Search Appliance on iOS
|
/\bgsa\/([\w\.]+) .*safari\//i // Google Search Appliance on iOS
|
||||||
], [VERSION, [NAME, 'GSA']], [
|
], [VERSION, [NAME, 'GSA']], [
|
||||||
|
|
||||||
/ wv\).+chrome\/([\w\.]+).+kakao(.+)\//i // Kakao App
|
/AppleWebKit\/([\w\.]+).+kakao(.*)\s+/i, // Kakao App for iOS
|
||||||
|
/ wv\).+chrome\/([\w\.]+).+kakao(.+)\//i // Kakao App for Android
|
||||||
], [VERSION, [NAME, /(.+)/i, KAKAO+'$1']], [
|
], [VERSION, [NAME, /(.+)/i, KAKAO+'$1']], [
|
||||||
|
|
||||||
/headlesschrome(?:\/([\w\.]+)| )/i // Chrome Headless
|
/headlesschrome(?:\/([\w\.]+)| )/i // Chrome Headless
|
||||||
|
Loading…
x
Reference in New Issue
Block a user