mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-16 15:11:50 +03:00
Fix #212: Detect LINE
This commit is contained in:
@@ -307,6 +307,10 @@
|
||||
/;fbav\/([\w\.]+);/i // Facebook App for iOS & Android
|
||||
], [VERSION, [NAME, 'Facebook']], [
|
||||
|
||||
/safari\s(line)\/([\w\.]+)/i, // Line App for iOS
|
||||
/android.+(line)\/([\w\.]+)\/iab/i // Line App for Android
|
||||
], [NAME, VERSION], [
|
||||
|
||||
/headlesschrome(?:\/([\w\.]+)|\s)/i // Chrome Headless
|
||||
], [VERSION, [NAME, 'Chrome Headless']], [
|
||||
|
||||
|
||||
Reference in New Issue
Block a user