Add LinkedIn app.

This commit is contained in:
JBYoshi 2022-05-24 23:02:01 -05:00
parent 6e39c8a553
commit 4f77fbb441
No known key found for this signature in database
GPG Key ID: AE4430116622D05D
2 changed files with 10 additions and 1 deletions

View File

@ -274,7 +274,8 @@
/m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i // QQBrowser/Baidu App/2345 Browser
], [NAME, VERSION], [
/(metasr)[\/ ]?([\w\.]+)/i, // SouGouBrowser
/(lbbrowser)/i // LieBao Browser
/(lbbrowser)/i, // LieBao Browser
/\[(linkedin)app\]/i // LinkedIn App for iOS & Android
], [NAME], [
// WebView

View File

@ -1503,5 +1503,13 @@
"version" : "11.0",
"major" : "11"
}
},
{
"desc" : "LinkedIn",
"ua" : "Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [LinkedInApp]",
"expect" :
{
"name" : "LinkedIn"
}
}
]