-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds detection for Spark, Total Browser, improves detection for Belva Browser, Phoenix and rename MIUI Browser to Mi Browser #7741
Changes from all commits
f6ce072
3ce4ef7
9f810d9
53efd74
0c37662
ca632ec
0b74e7b
f4c159a
9303650
848b345
ea76098
484e418
79dc5ab
6f4cf02
098b2f4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -393,7 +393,7 @@ class Browser extends AbstractClientParser | |
'M3' => 'Midori Lite', | ||
'M6' => 'MixerBox AI', | ||
'MO' => 'Mobicip', | ||
'MU' => 'MIUI Browser', | ||
'MU' => 'Mi Browser', | ||
'MS' => 'Mobile Silk', | ||
'MK' => 'Mogok Browser', | ||
'M8' => 'Motorola Internet Browser', | ||
|
@@ -570,6 +570,7 @@ class Browser extends AbstractClientParser | |
'LE' => 'Smart Lenovo Browser', | ||
'OZ' => 'Smooz', | ||
'SN' => 'Snowshoe', | ||
'K5' => 'Spark', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Googling seems to suggest that there have been only "Baidu Spark" browser (which we do have already). Is this the one or is it something different? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is another browser, made by https://fastcorporate.com/ - https://www.advanceduninstaller.com/Spark-e1f42f2b16bcd71251a972fdf9b3d716-application.htm |
||
'B1' => 'Spectre Browser', | ||
'S2' => 'Splash', | ||
'SI' => 'Sputnik Browser', | ||
|
@@ -609,6 +610,7 @@ class Browser extends AbstractClientParser | |
'TC' => 'TUC Mini Browser', | ||
'TU' => 'Tungsten', | ||
'TG' => 'ToGate', | ||
'T3' => 'Total Browser', | ||
'TS' => 'TweakStyle', | ||
'TV' => 'TV Bro', | ||
'U0' => 'U Browser', | ||
|
@@ -695,7 +697,7 @@ class Browser extends AbstractClientParser | |
* @var array | ||
*/ | ||
protected static $browserFamilies = [ | ||
'Android Browser' => ['AN', 'MU'], | ||
'Android Browser' => ['AN'], | ||
'BlackBerry Browser' => ['BB'], | ||
'Baidu' => ['BD', 'BS'], | ||
'Amiga' => ['AV', 'AW'], | ||
|
@@ -728,7 +730,7 @@ class Browser extends AbstractClientParser | |
'N3', 'GD', 'O9', 'Q3', 'F7', 'K2', 'P5', 'H5', 'V3', | ||
'K3', 'Q4', 'G2', 'R2', 'WX', 'XP', '3I', 'BG', 'R0', | ||
'JO', 'OL', 'GN', 'W4', 'QI', 'E1', 'RI', '8B', '5B', | ||
'K4', 'WK', | ||
'K4', 'WK', 'T3', 'K5', 'MU', | ||
], | ||
'Firefox' => [ | ||
'FF', 'BI', 'BF', 'BH', 'BN', 'C0', 'CU', 'EI', 'F1', | ||
|
@@ -787,6 +789,7 @@ class Browser extends AbstractClientParser | |
'Chrome Webview' => ['Android WebView'], | ||
'DuckDuckGo Privacy Browser' => ['DuckDuckGo'], | ||
'Edge WebView' => ['Microsoft Edge WebView2'], | ||
'Mi Browser' => ['Miui Browser'], | ||
'Microsoft Edge' => ['Edge'], | ||
'Norton Private Browser' => ['Norton Secure Browser'], | ||
'Vewd Browser' => ['Vewd Core'], | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sgiehl Do you agree to change the name?