@@ -20,15 +20,15 @@ const DEFAULT_APPVERSION = {
2020 linux : "5.0 (X11)" ,
2121 win : "5.0 (Windows)" ,
2222 macosx : "5.0 (Macintosh)" ,
23- android : `5.0 (Linux; Android ${ osVersion } )` ,
23+ android : `5.0 (Android ${ osVersion } )` ,
2424 other : "5.0 (X11)" ,
2525} ;
2626
2727const SPOOFED_APPVERSION = {
2828 linux : "5.0 (X11)" ,
2929 win : "5.0 (Windows)" ,
3030 macosx : "5.0 (Macintosh)" ,
31- android : "5.0 (Linux; Android 10)" ,
31+ android : "5.0 (Android 10)" ,
3232 other : "5.0 (X11)" ,
3333} ;
3434
@@ -103,22 +103,22 @@ const SPOOFED_OSCPU = {
103103const DEFAULT_UA_OS = {
104104 linux : `X11; Linux ${ defaultLinuxCpu } ` ,
105105 macosx : "Macintosh; Intel Mac OS X 10.15" ,
106- android : `Linux; Android ${ osVersion } ; Mobile` ,
106+ android : `Android ${ osVersion } ; Mobile` ,
107107 other : `X11; Linux ${ defaultLinuxCpu } ` ,
108108} ;
109109
110110const SPOOFED_UA_NAVIGATOR_OS = {
111111 linux : "X11; Linux x86_64" ,
112112 win : "Windows NT 10.0; Win64; x64" ,
113113 macosx : "Macintosh; Intel Mac OS X 10.15" ,
114- android : "Linux; Android 10; Mobile" ,
114+ android : "Android 10; Mobile" ,
115115 other : "X11; Linux x86_64" ,
116116} ;
117117const SPOOFED_UA_HTTPHEADER_OS = {
118118 linux : "Windows NT 10.0" ,
119119 win : "Windows NT 10.0" ,
120120 macosx : "Windows NT 10.0" ,
121- android : "Linux; Android 10; Mobile" ,
121+ android : "Android 10; Mobile" ,
122122 other : "Windows NT 10.0" ,
123123} ;
124124const SPOOFED_HW_CONCURRENCY = 2 ;
0 commit comments