header-generator 2.0.0-beta.8 → 2.0.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{LICENSE → LICENSE.md} +2 -2
- package/README.md +2 -154
- package/index.js +7 -0
- package/package.json +45 -64
- package/dist/constants.d.ts +0 -21
- package/dist/constants.d.ts.map +0 -1
- package/dist/constants.js +0 -28
- package/dist/constants.js.map +0 -1
- package/dist/data_files/browser-helper-file.json +0 -1
- package/dist/data_files/header-network-definition.json +0 -1
- package/dist/data_files/headers-order.json +0 -92
- package/dist/data_files/input-network-definition.json +0 -1
- package/dist/header-generator.d.ts +0 -115
- package/dist/header-generator.d.ts.map +0 -1
- package/dist/header-generator.js +0 -304
- package/dist/header-generator.js.map +0 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -7
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -6
- package/dist/presets.d.ts +0 -49
- package/dist/presets.d.ts.map +0 -1
- package/dist/presets.js +0 -51
- package/dist/presets.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/utils.d.ts +0 -6
- package/dist/utils.d.ts.map +0 -1
- package/dist/utils.js +0 -87
- package/dist/utils.js.map +0 -1
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"safari": [
|
|
3
|
-
"cookie",
|
|
4
|
-
"Cookie",
|
|
5
|
-
"Connection",
|
|
6
|
-
"sec-ch-ua",
|
|
7
|
-
"sec-ch-ua-mobile",
|
|
8
|
-
"upgrade-insecure-requests",
|
|
9
|
-
"Upgrade-Insecure-Requests",
|
|
10
|
-
"accept",
|
|
11
|
-
"Accept",
|
|
12
|
-
"accept-encoding",
|
|
13
|
-
"Accept-Encoding",
|
|
14
|
-
"user-agent",
|
|
15
|
-
"User-Agent",
|
|
16
|
-
"accept-language",
|
|
17
|
-
"Accept-Language",
|
|
18
|
-
"referer",
|
|
19
|
-
"Referer",
|
|
20
|
-
"sec-fetch-site",
|
|
21
|
-
"sec-fetch-mode",
|
|
22
|
-
"sec-fetch-user",
|
|
23
|
-
"sec-fetch-dest",
|
|
24
|
-
"Sec-Fetch-Mode",
|
|
25
|
-
"Sec-Fetch-Dest",
|
|
26
|
-
"Sec-Fetch-Site",
|
|
27
|
-
"Sec-Fetch-User",
|
|
28
|
-
"dnt",
|
|
29
|
-
"DNT",
|
|
30
|
-
"te"
|
|
31
|
-
],
|
|
32
|
-
"chrome": [
|
|
33
|
-
"Connection",
|
|
34
|
-
"sec-ch-ua",
|
|
35
|
-
"sec-ch-ua-mobile",
|
|
36
|
-
"upgrade-insecure-requests",
|
|
37
|
-
"Upgrade-Insecure-Requests",
|
|
38
|
-
"dnt",
|
|
39
|
-
"DNT",
|
|
40
|
-
"user-agent",
|
|
41
|
-
"User-Agent",
|
|
42
|
-
"accept",
|
|
43
|
-
"Accept",
|
|
44
|
-
"sec-fetch-site",
|
|
45
|
-
"sec-fetch-mode",
|
|
46
|
-
"sec-fetch-user",
|
|
47
|
-
"sec-fetch-dest",
|
|
48
|
-
"Sec-Fetch-Mode",
|
|
49
|
-
"Sec-Fetch-Dest",
|
|
50
|
-
"Sec-Fetch-Site",
|
|
51
|
-
"Sec-Fetch-User",
|
|
52
|
-
"referer",
|
|
53
|
-
"Referer",
|
|
54
|
-
"accept-encoding",
|
|
55
|
-
"Accept-Encoding",
|
|
56
|
-
"accept-language",
|
|
57
|
-
"Accept-Language",
|
|
58
|
-
"te",
|
|
59
|
-
"cookie",
|
|
60
|
-
"Cookie"
|
|
61
|
-
],
|
|
62
|
-
"firefox": [
|
|
63
|
-
"sec-ch-ua",
|
|
64
|
-
"sec-ch-ua-mobile",
|
|
65
|
-
"user-agent",
|
|
66
|
-
"User-Agent",
|
|
67
|
-
"accept",
|
|
68
|
-
"Accept",
|
|
69
|
-
"accept-language",
|
|
70
|
-
"Accept-Language",
|
|
71
|
-
"accept-encoding",
|
|
72
|
-
"Accept-Encoding",
|
|
73
|
-
"dnt",
|
|
74
|
-
"DNT",
|
|
75
|
-
"referer",
|
|
76
|
-
"Referer",
|
|
77
|
-
"cookie",
|
|
78
|
-
"Cookie",
|
|
79
|
-
"Connection",
|
|
80
|
-
"upgrade-insecure-requests",
|
|
81
|
-
"Upgrade-Insecure-Requests",
|
|
82
|
-
"te",
|
|
83
|
-
"sec-fetch-site",
|
|
84
|
-
"sec-fetch-mode",
|
|
85
|
-
"sec-fetch-user",
|
|
86
|
-
"sec-fetch-dest",
|
|
87
|
-
"Sec-Fetch-Mode",
|
|
88
|
-
"Sec-Fetch-Dest",
|
|
89
|
-
"Sec-Fetch-Site",
|
|
90
|
-
"Sec-Fetch-User"
|
|
91
|
-
]
|
|
92
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{ "nodes": [{ "name": "*DEVICE", "parentNames": [], "possibleValues": ["desktop", "mobile"], "conditionalProbabilities": { "desktop": 0.8557498994772819, "mobile": 0.14425010052271814 } }, { "name": "*OPERATING_SYSTEM", "parentNames": ["*DEVICE"], "possibleValues": ["macos", "ios", "linux", "windows", "android", "*MISSING_VALUE*"], "conditionalProbabilities": { "deeper": { "desktop": { "macos": 0.3889345706566428, "linux": 0.05309526606366733, "windows": 0.5531539997650652, "*MISSING_VALUE*": 0.004816163514624692 }, "mobile": { "ios": 0.32195121951219513, "android": 0.6780487804878049 } } } }, { "name": "*BROWSER_HTTP", "parentNames": ["*OPERATING_SYSTEM", "*DEVICE"], "possibleValues": ["firefox/95.0|2", "safari/604.1|2", "chrome/97.0.4692.71|2", "firefox/96.0|2", "chrome/96.0.4664.45|2", "chrome/79.0.3945.79|2", "chrome/97.0.4692.87|2", "chrome/96.0.4664.110|2", "chrome/92.0.4515.166|2", "safari/605.1.15|2", "chrome/92.0.4515.107|2", "chrome/96.0.4664.55|2", "chrome/96.0.4664.104|2", "chrome/96.0.4664.137|2", "chrome/89.0.4389.114|2", "*MISSING_VALUE*|2", "chrome/87.0.4280.67|2", "chrome/97.0.4692.71|1", "chrome/96.0.4664.110|1", "chrome/96.0.4664.46|2", "chrome/62.0.3202.84|2", "firefox/78.0|2", "chrome/95.0.4638.69|2", "chrome/96.0.4664.45|1", "safari/604.1|1", "chrome/79.0.3945.0|1", "chrome/98.0.4758.51|2", "chrome/96.0.4664.93|2", "chrome/94.0.4606.71|2", "chrome/97.0.4692.77|2", "chrome/71.0.3578.98|2", "chrome/96.0.4664.92|2", "chrome/94.0.4606.81|2", "chrome/83.0.4103.106|2", "chrome/91.0.4472.77|2", "chrome/97.0.4692.70|2", "chrome/88.0.4324.151|2", "chrome/80.0.3987.149|2", "chrome/87.0.4280.141|2", "chrome/81.0.4044.138|2", "chrome/92.0.4515.159|2", "chrome/95.0.4638.54|2", "firefox/96.0|1", "chrome/92.0.4515.131|2", "chrome/60.0.3112.116|1", "chrome/61.0.3163.128|2", "chrome/91.0.4472.101|2", "chrome/93.0.4577.82|2", "firefox/91.0|2", "firefox/86.0|2", "chrome/88.0.4324.150|2", "chrome/94.0.4606.85|2", "chrome/79.0.3945.116|2", "chrome/86.0.4240.183|2", "chrome/87.0.4280.101|1", "chrome/76.0.3809.71|2", "chrome/87.0.4280.101|2", "chrome/86.0.4240.75|2", "chrome/69.0.3497.100|2", "firefox/89.0|2", "chrome/99.0.7113.93|2", "chrome/75.0.3770.142|2", "chrome/95.0.4638.74|2", "chrome/74.0.3729.169|2", "firefox/97.0|2", "firefox/92.0|2", "chrome/98.0.4758.55|2", "chrome/90.0.4430.82|2", "chrome/85.0.4183.101|2", "chrome/90.0.4430.91|2", "chrome/74.0.3729.136|2", "chrome/94.0.4606.61|2", "chrome/88.0.4324.182|2", "firefox/68.0|2", "chrome/93.0.4577.63|2", "chrome/78.0.3904.108|2", "chrome/90.0.4430.210|2", "chrome/90.0.4430.93|2", "chrome/80.0.3987.99|2", "chrome/98.100.4758.54|2", "firefox/94.0|2", "chrome/89.0.4389.116|2", "chrome/98.0.4758.54|1", "chrome/91.0.4472.114|2", "chrome/98.100.4758.51|2", "chrome/91.0.4472.164|2", "chrome/92.0.4512.0|2", "firefox/93.0|2", "firefox/95.0|1", "chrome/70.0.3538.80|2", "chrome/96.0.4664.25|2", "chrome/75.0.3770.143|2", "chrome/83.0.4103.97|2", "firefox/56.0|1", "chrome/87.0.4280.88|2", "chrome/96.0.4664.93|1", "chrome/72.0.3626.121|2", "chrome/60.0.3112.90|2", "chrome/97.0.4691.0|2", "safari/612.3.6|2", "firefox/90.0|2", "chrome/86.0.4240.99|2", "firefox/72.0|2", "firefox/91.0|1", "chrome/100.0.4758.54|2", "chrome/91.0.4450.0|2", "chrome/72.0.3626.109|1", "chrome/98.0.4758.49|2", "chrome/86.0.4240.198|2", "chrome/80.0.3987.88|2", "chrome/96.0.4664.131|2", "chrome/92.0.4515.166|1", "chrome/88.0.4324.181|2", "chrome/94.0.4606.126|2", "chrome/77.0.3865.92|2", "chrome/89.0.4389.105|2", "chrome/91.0.4472.88|2", "chrome/78.0.3904.97|2", "chrome/96.0.4664.111|2", "firefox/97.0|1", "chrome/98.0.4758.46|2", "chrome/92.0.4515.141|2", "chrome/91.0.4472.134|2", "chrome/79.0.3945.130|1", "chrome/96.0.0.0|2", "chrome/94.0.4606.124|2", "chrome/70.0.3538.110|2", "chrome/95.0.4638.88|2", "chrome/93.0.4577.62|2", "firefox/87.0|2", "chrome/91.0.4472.167|2", "chrome/74.0.3729.108|2", "chrome/61.0.3163.100|2", "safari/605.1.15|1", "chrome/99.0.4828.0|2", "chrome/90.0.4430.66|2", "chrome/90.0.4600.0|2", "chrome/96.0.4664.113|2", "chrome/87.0.4280.141|1", "chrome/92.0.4515.115|2", "chrome/99.0.4818.0|2", "chrome/98.0.4723.0|2", "chrome/66.0.3359.126|2", "chrome/83.0.4103.101|2", "chrome/97.0.0.0|2", "chrome/91.0.4472.124|2", "chrome/91.0.4472.120|2", "chrome/85.0.4183.81|2", "chrome/87.0.4280.66|2", "chrome/67.0.3396.99|2", "chrome/89.0.4389.90|2", "chrome/88.0.4324.93|2", "chrome/85.0.4183.121|2", "chrome/98.0.4758.54|2", "chrome/92.0.4515.107|1", "chrome/90.0.4430.212|2", "chrome/99.100.4810.0|2", "chrome/66.0.3450.0|2", "chrome/98.0.4758.48|2", "chrome/81.0.4044.92|2", "chrome/91.0.4472.124|1", "chrome/80.0.3987.0|2", "chrome/95.0.4638.50|2", "firefox/100.0|2", "firefox/88.0|2", "chrome/86.0.4240.111|2", "chrome/84.0.4147.125|2", "chrome/91.0.4469.0|2", "firefox/82.0|2"], "conditionalProbabilities": { "deeper": { "macos": { "deeper": { "desktop": { "firefox/95.0|2": 0.02234974327997584, "chrome/97.0.4692.71|2": 0.4074297795228028, "chrome/96.0.4664.110|2": 0.11929930534581698, "safari/605.1.15|2": 0.14557535487768045, "chrome/96.0.4664.55|2": 0.010872848082150407, "chrome/89.0.4389.114|2": 0.002718212020537602, "chrome/96.0.4664.45|2": 0.0033222591362126247, "chrome/87.0.4280.67|2": 0.1766837813349441, "firefox/96.0|2": 0.017517366354575657, "chrome/95.0.4638.69|2": 0.003624282694050136, "chrome/96.0.4664.93|2": 0.0045303533675626695, "chrome/94.0.4606.71|2": 0.005436424041075204, "chrome/71.0.3578.98|2": 0.0012080942313500453, "chrome/94.0.4606.81|2": 0.000906070673512534, "chrome/96.0.4664.137|2": 0.0012080942313500453, "chrome/86.0.4240.75|2": 0.04922983992751435, "chrome/69.0.3497.100|2": 0.003926306251887647, "chrome/97.0.4692.71|1": 0.0024161884627000906, "chrome/75.0.3770.142|2": 0.005134400483237693, "chrome/74.0.3729.169|2": 0.0003020235578375113, "firefox/97.0|2": 0.002718212020537602, "chrome/98.0.4758.55|2": 0.0012080942313500453, "chrome/92.0.4515.159|2": 0.0006040471156750226, "firefox/91.0|2": 0.0006040471156750226, "firefox/78.0|2": 0.0015101177891875567, "chrome/93.0.4577.63|2": 0.001812141347025068, "chrome/94.0.4606.61|2": 0.000906070673512534, "firefox/93.0|2": 0.0003020235578375113, "firefox/95.0|1": 0.0003020235578375113, "safari/612.3.6|2": 0.0003020235578375113, "chrome/91.0.4450.0|2": 0.0003020235578375113, "firefox/94.0|2": 0.0006040471156750226, "chrome/91.0.4472.114|2": 0.0012080942313500453, "chrome/95.0.4638.54|2": 0.000906070673512534, "chrome/95.0.4638.88|2": 0.0003020235578375113, "safari/605.1.15|1": 0.0003020235578375113, "chrome/99.0.4818.0|2": 0.0003020235578375113, "chrome/98.0.4723.0|2": 0.0003020235578375113, "chrome/90.0.4430.212|2": 0.0003020235578375113, "chrome/81.0.4044.92|2": 0.0003020235578375113, "chrome/80.0.3987.0|2": 0.0003020235578375113, "chrome/96.0.4664.110|1": 0.0006040471156750226, "chrome/92.0.4515.107|2": 0.0003020235578375113 } }, "skip": { "firefox/95.0|2": 0.02234974327997584, "chrome/97.0.4692.71|2": 0.4074297795228028, "chrome/96.0.4664.110|2": 0.11929930534581698, "safari/605.1.15|2": 0.14557535487768045, "chrome/96.0.4664.55|2": 0.010872848082150407, "chrome/89.0.4389.114|2": 0.002718212020537602, "chrome/96.0.4664.45|2": 0.0033222591362126247, "chrome/87.0.4280.67|2": 0.1766837813349441, "firefox/96.0|2": 0.017517366354575657, "chrome/95.0.4638.69|2": 0.003624282694050136, "chrome/96.0.4664.93|2": 0.0045303533675626695, "chrome/94.0.4606.71|2": 0.005436424041075204, "chrome/71.0.3578.98|2": 0.0012080942313500453, "chrome/94.0.4606.81|2": 0.000906070673512534, "chrome/96.0.4664.137|2": 0.0012080942313500453, "chrome/86.0.4240.75|2": 0.04922983992751435, "chrome/69.0.3497.100|2": 0.003926306251887647, "chrome/97.0.4692.71|1": 0.0024161884627000906, "chrome/75.0.3770.142|2": 0.005134400483237693, "chrome/74.0.3729.169|2": 0.0003020235578375113, "firefox/97.0|2": 0.002718212020537602, "chrome/98.0.4758.55|2": 0.0012080942313500453, "chrome/92.0.4515.159|2": 0.0006040471156750226, "firefox/91.0|2": 0.0006040471156750226, "firefox/78.0|2": 0.0015101177891875567, "chrome/93.0.4577.63|2": 0.001812141347025068, "chrome/94.0.4606.61|2": 0.000906070673512534, "firefox/93.0|2": 0.0003020235578375113, "firefox/95.0|1": 0.0003020235578375113, "safari/612.3.6|2": 0.0003020235578375113, "chrome/91.0.4450.0|2": 0.0003020235578375113, "firefox/94.0|2": 0.0006040471156750226, "chrome/91.0.4472.114|2": 0.0012080942313500453, "chrome/95.0.4638.54|2": 0.000906070673512534, "chrome/95.0.4638.88|2": 0.0003020235578375113, "safari/605.1.15|1": 0.0003020235578375113, "chrome/99.0.4818.0|2": 0.0003020235578375113, "chrome/98.0.4723.0|2": 0.0003020235578375113, "chrome/90.0.4430.212|2": 0.0003020235578375113, "chrome/81.0.4044.92|2": 0.0003020235578375113, "chrome/80.0.3987.0|2": 0.0003020235578375113, "chrome/96.0.4664.110|1": 0.0006040471156750226, "chrome/92.0.4515.107|2": 0.0003020235578375113 } }, "ios": { "deeper": { "mobile": { "safari/604.1|2": 0.8593073593073594, "*MISSING_VALUE*|2": 0.10606060606060606, "safari/604.1|1": 0.008658008658008658, "safari/605.1.15|2": 0.025974025974025976 } }, "skip": { "safari/604.1|2": 0.8593073593073594, "*MISSING_VALUE*|2": 0.10606060606060606, "safari/604.1|1": 0.008658008658008658, "safari/605.1.15|2": 0.025974025974025976 } }, "linux": { "deeper": { "desktop": { "firefox/96.0|2": 0.1261061946902655, "chrome/97.0.4692.71|2": 0.2743362831858407, "chrome/96.0.4664.110|2": 0.11283185840707964, "chrome/92.0.4515.107|2": 0.0022123893805309734, "firefox/95.0|2": 0.07300884955752213, "firefox/78.0|2": 0.008849557522123894, "chrome/97.0.4692.87|2": 0.035398230088495575, "chrome/98.0.4758.51|2": 0.004424778761061947, "chrome/96.0.4664.92|2": 0.022123893805309734, "chrome/92.0.4515.166|2": 0.015486725663716814, "chrome/96.0.4664.45|2": 0.048672566371681415, "chrome/95.0.4638.54|2": 0.008849557522123894, "chrome/92.0.4515.131|2": 0.00663716814159292, "chrome/60.0.3112.116|1": 0.0022123893805309734, "firefox/86.0|2": 0.004424778761061947, "chrome/88.0.4324.150|2": 0.0022123893805309734, "chrome/94.0.4606.85|2": 0.0022123893805309734, "chrome/86.0.4240.183|2": 0.0022123893805309734, "firefox/92.0|2": 0.00663716814159292, "chrome/95.0.4638.69|2": 0.01327433628318584, "chrome/85.0.4183.101|2": 0.0022123893805309734, "chrome/88.0.4324.182|2": 0.004424778761061947, "firefox/68.0|2": 0.0022123893805309734, "chrome/78.0.3904.108|2": 0.0022123893805309734, "chrome/90.0.4430.210|2": 0.011061946902654867, "firefox/91.0|2": 0.02654867256637168, "chrome/91.0.4472.114|2": 0.004424778761061947, "chrome/96.0.4664.110|1": 0.0022123893805309734, "chrome/91.0.4472.164|2": 0.008849557522123894, "chrome/79.0.3945.116|2": 0.008849557522123894, "chrome/81.0.4044.138|2": 0.0022123893805309734, "chrome/72.0.3626.121|2": 0.0022123893805309734, "chrome/96.0.4664.93|2": 0.004424778761061947, "firefox/90.0|2": 0.0022123893805309734, "chrome/97.0.4692.70|2": 0.022123893805309734, "firefox/72.0|2": 0.004424778761061947, "chrome/96.0.4664.104|2": 0.00663716814159292, "chrome/96.0.4664.137|2": 0.004424778761061947, "chrome/88.0.4324.181|2": 0.004424778761061947, "chrome/87.0.4280.141|2": 0.01327433628318584, "chrome/94.0.4606.81|2": 0.00663716814159292, "chrome/92.0.4515.159|2": 0.0022123893805309734, "chrome/92.0.4515.166|1": 0.0022123893805309734, "chrome/95.0.4638.74|2": 0.0022123893805309734, "firefox/94.0|2": 0.004424778761061947, "firefox/97.0|2": 0.0022123893805309734, "firefox/87.0|2": 0.00663716814159292, "chrome/61.0.3163.100|2": 0.0022123893805309734, "chrome/96.0.4664.113|2": 0.0022123893805309734, "chrome/93.0.4577.82|2": 0.0022123893805309734, "chrome/91.0.4472.120|2": 0.004424778761061947, "firefox/89.0|2": 0.0022123893805309734, "chrome/87.0.4280.88|2": 0.004424778761061947, "chrome/93.0.4577.62|2": 0.004424778761061947, "chrome/91.0.4472.77|2": 0.0022123893805309734, "chrome/89.0.4389.116|2": 0.004424778761061947, "chrome/90.0.4430.212|2": 0.00663716814159292, "chrome/93.0.4577.63|2": 0.004424778761061947, "chrome/83.0.4103.101|2": 0.0022123893805309734, "chrome/94.0.4606.71|2": 0.00663716814159292, "firefox/100.0|2": 0.0022123893805309734, "firefox/88.0|2": 0.0022123893805309734, "chrome/86.0.4240.111|2": 0.0022123893805309734, "chrome/84.0.4147.125|2": 0.0022123893805309734, "chrome/91.0.4469.0|2": 0.0022123893805309734, "firefox/82.0|2": 0.0022123893805309734 } }, "skip": { "firefox/96.0|2": 0.1261061946902655, "chrome/97.0.4692.71|2": 0.2743362831858407, "chrome/96.0.4664.110|2": 0.11283185840707964, "chrome/92.0.4515.107|2": 0.0022123893805309734, "firefox/95.0|2": 0.07300884955752213, "firefox/78.0|2": 0.008849557522123894, "chrome/97.0.4692.87|2": 0.035398230088495575, "chrome/98.0.4758.51|2": 0.004424778761061947, "chrome/96.0.4664.92|2": 0.022123893805309734, "chrome/92.0.4515.166|2": 0.015486725663716814, "chrome/96.0.4664.45|2": 0.048672566371681415, "chrome/95.0.4638.54|2": 0.008849557522123894, "chrome/92.0.4515.131|2": 0.00663716814159292, "chrome/60.0.3112.116|1": 0.0022123893805309734, "firefox/86.0|2": 0.004424778761061947, "chrome/88.0.4324.150|2": 0.0022123893805309734, "chrome/94.0.4606.85|2": 0.0022123893805309734, "chrome/86.0.4240.183|2": 0.0022123893805309734, "firefox/92.0|2": 0.00663716814159292, "chrome/95.0.4638.69|2": 0.01327433628318584, "chrome/85.0.4183.101|2": 0.0022123893805309734, "chrome/88.0.4324.182|2": 0.004424778761061947, "firefox/68.0|2": 0.0022123893805309734, "chrome/78.0.3904.108|2": 0.0022123893805309734, "chrome/90.0.4430.210|2": 0.011061946902654867, "firefox/91.0|2": 0.02654867256637168, "chrome/91.0.4472.114|2": 0.004424778761061947, "chrome/96.0.4664.110|1": 0.0022123893805309734, "chrome/91.0.4472.164|2": 0.008849557522123894, "chrome/79.0.3945.116|2": 0.008849557522123894, "chrome/81.0.4044.138|2": 0.0022123893805309734, "chrome/72.0.3626.121|2": 0.0022123893805309734, "chrome/96.0.4664.93|2": 0.004424778761061947, "firefox/90.0|2": 0.0022123893805309734, "chrome/97.0.4692.70|2": 0.022123893805309734, "firefox/72.0|2": 0.004424778761061947, "chrome/96.0.4664.104|2": 0.00663716814159292, "chrome/96.0.4664.137|2": 0.004424778761061947, "chrome/88.0.4324.181|2": 0.004424778761061947, "chrome/87.0.4280.141|2": 0.01327433628318584, "chrome/94.0.4606.81|2": 0.00663716814159292, "chrome/92.0.4515.159|2": 0.0022123893805309734, "chrome/92.0.4515.166|1": 0.0022123893805309734, "chrome/95.0.4638.74|2": 0.0022123893805309734, "firefox/94.0|2": 0.004424778761061947, "firefox/97.0|2": 0.0022123893805309734, "firefox/87.0|2": 0.00663716814159292, "chrome/61.0.3163.100|2": 0.0022123893805309734, "chrome/96.0.4664.113|2": 0.0022123893805309734, "chrome/93.0.4577.82|2": 0.0022123893805309734, "chrome/91.0.4472.120|2": 0.004424778761061947, "firefox/89.0|2": 0.0022123893805309734, "chrome/87.0.4280.88|2": 0.004424778761061947, "chrome/93.0.4577.62|2": 0.004424778761061947, "chrome/91.0.4472.77|2": 0.0022123893805309734, "chrome/89.0.4389.116|2": 0.004424778761061947, "chrome/90.0.4430.212|2": 0.00663716814159292, "chrome/93.0.4577.63|2": 0.004424778761061947, "chrome/83.0.4103.101|2": 0.0022123893805309734, "chrome/94.0.4606.71|2": 0.00663716814159292, "firefox/100.0|2": 0.0022123893805309734, "firefox/88.0|2": 0.0022123893805309734, "chrome/86.0.4240.111|2": 0.0022123893805309734, "chrome/84.0.4147.125|2": 0.0022123893805309734, "chrome/91.0.4469.0|2": 0.0022123893805309734, "firefox/82.0|2": 0.0022123893805309734 } }, "windows": { "deeper": { "desktop": { "chrome/97.0.4692.71|2": 0.7131025695476747, "chrome/96.0.4664.45|2": 0.010830324909747292, "chrome/79.0.3945.79|2": 0.0006370779358674878, "chrome/92.0.4515.107|2": 0.0014865151836908049, "firefox/96.0|2": 0.06519430877043958, "chrome/96.0.4664.110|2": 0.0921639413888299, "firefox/95.0|2": 0.030792100233595243, "chrome/96.0.4664.137|2": 0.0021235931195582925, "chrome/97.0.4692.71|1": 0.02569547674665534, "chrome/96.0.4664.110|1": 0.005946060734763219, "chrome/96.0.4664.45|1": 0.0019112338076024634, "chrome/79.0.3945.0|1": 0.00042471862391165854, "chrome/95.0.4638.69|2": 0.0033977489912932683, "chrome/88.0.4324.151|2": 0.00021235931195582927, "chrome/80.0.3987.149|2": 0.00021235931195582927, "chrome/92.0.4515.159|2": 0.0033977489912932683, "firefox/96.0|1": 0.0014865151836908049, "chrome/91.0.4472.101|2": 0.00021235931195582927, "firefox/91.0|2": 0.0029730303673816097, "chrome/96.0.4664.93|2": 0.0027606710554257804, "chrome/76.0.3809.71|2": 0.0012741558717349756, "chrome/99.0.7113.93|2": 0.00021235931195582927, "firefox/97.0|2": 0.003185389679337439, "chrome/90.0.4430.93|2": 0.0006370779358674878, "chrome/98.100.4758.54|2": 0.00021235931195582927, "firefox/94.0|2": 0.0016988744956466342, "chrome/98.0.4758.54|1": 0.00021235931195582927, "chrome/92.0.4512.0|2": 0.00021235931195582927, "chrome/92.0.4515.131|2": 0.0010617965597791463, "chrome/83.0.4103.97|2": 0.00042471862391165854, "firefox/56.0|1": 0.0006370779358674878, "chrome/87.0.4280.88|2": 0.0021235931195582925, "chrome/96.0.4664.93|1": 0.00021235931195582927, "chrome/94.0.4606.81|2": 0.0008494372478233171, "chrome/60.0.3112.90|2": 0.00021235931195582927, "chrome/97.0.4691.0|2": 0.00021235931195582927, "firefox/93.0|2": 0.00021235931195582927, "firefox/91.0|1": 0.00021235931195582927, "chrome/100.0.4758.54|2": 0.00042471862391165854, "chrome/72.0.3626.109|1": 0.00021235931195582927, "chrome/86.0.4240.198|2": 0.0008494372478233171, "chrome/80.0.3987.88|2": 0.00021235931195582927, "chrome/96.0.4664.131|2": 0.00042471862391165854, "chrome/93.0.4577.63|2": 0.0019112338076024634, "chrome/93.0.4577.82|2": 0.0008494372478233171, "chrome/78.0.3904.108|2": 0.00021235931195582927, "chrome/78.0.3904.97|2": 0.0008494372478233171, "chrome/94.0.4606.85|2": 0.0006370779358674878, "firefox/97.0|1": 0.00021235931195582927, "chrome/92.0.4515.141|2": 0.00021235931195582927, "chrome/95.0.4638.54|2": 0.0010617965597791463, "firefox/90.0|2": 0.00021235931195582927, "chrome/96.0.4664.55|2": 0.00021235931195582927, "chrome/74.0.3729.108|2": 0.00042471862391165854, "chrome/99.0.4828.0|2": 0.00021235931195582927, "chrome/90.0.4600.0|2": 0.00042471862391165854, "chrome/87.0.4280.141|1": 0.00021235931195582927, "chrome/97.0.0.0|2": 0.0008494372478233171, "chrome/91.0.4472.124|2": 0.003822467615204927, "chrome/87.0.4280.66|2": 0.00021235931195582927, "chrome/67.0.3396.99|2": 0.00021235931195582927, "chrome/72.0.3626.121|2": 0.00021235931195582927, "chrome/89.0.4389.90|2": 0.0010617965597791463, "chrome/91.0.4472.77|2": 0.00021235931195582927, "chrome/91.0.4472.114|2": 0.00021235931195582927, "firefox/89.0|2": 0.0006370779358674878, "chrome/91.0.4472.164|2": 0.00042471862391165854, "chrome/85.0.4183.121|2": 0.00021235931195582927, "chrome/98.0.4758.54|2": 0.00042471862391165854, "chrome/88.0.4324.150|2": 0.0008494372478233171, "chrome/92.0.4515.107|1": 0.00021235931195582927, "chrome/66.0.3450.0|2": 0.0006370779358674878, "firefox/92.0|2": 0.00021235931195582927, "chrome/98.0.4758.48|2": 0.00021235931195582927, "chrome/91.0.4472.124|1": 0.00021235931195582927, "chrome/94.0.4606.71|2": 0.00042471862391165854, "chrome/96.0.4664.113|2": 0.00021235931195582927 } }, "skip": { "chrome/97.0.4692.71|2": 0.7131025695476747, "chrome/96.0.4664.45|2": 0.010830324909747292, "chrome/79.0.3945.79|2": 0.0006370779358674878, "chrome/92.0.4515.107|2": 0.0014865151836908049, "firefox/96.0|2": 0.06519430877043958, "chrome/96.0.4664.110|2": 0.0921639413888299, "firefox/95.0|2": 0.030792100233595243, "chrome/96.0.4664.137|2": 0.0021235931195582925, "chrome/97.0.4692.71|1": 0.02569547674665534, "chrome/96.0.4664.110|1": 0.005946060734763219, "chrome/96.0.4664.45|1": 0.0019112338076024634, "chrome/79.0.3945.0|1": 0.00042471862391165854, "chrome/95.0.4638.69|2": 0.0033977489912932683, "chrome/88.0.4324.151|2": 0.00021235931195582927, "chrome/80.0.3987.149|2": 0.00021235931195582927, "chrome/92.0.4515.159|2": 0.0033977489912932683, "firefox/96.0|1": 0.0014865151836908049, "chrome/91.0.4472.101|2": 0.00021235931195582927, "firefox/91.0|2": 0.0029730303673816097, "chrome/96.0.4664.93|2": 0.0027606710554257804, "chrome/76.0.3809.71|2": 0.0012741558717349756, "chrome/99.0.7113.93|2": 0.00021235931195582927, "firefox/97.0|2": 0.003185389679337439, "chrome/90.0.4430.93|2": 0.0006370779358674878, "chrome/98.100.4758.54|2": 0.00021235931195582927, "firefox/94.0|2": 0.0016988744956466342, "chrome/98.0.4758.54|1": 0.00021235931195582927, "chrome/92.0.4512.0|2": 0.00021235931195582927, "chrome/92.0.4515.131|2": 0.0010617965597791463, "chrome/83.0.4103.97|2": 0.00042471862391165854, "firefox/56.0|1": 0.0006370779358674878, "chrome/87.0.4280.88|2": 0.0021235931195582925, "chrome/96.0.4664.93|1": 0.00021235931195582927, "chrome/94.0.4606.81|2": 0.0008494372478233171, "chrome/60.0.3112.90|2": 0.00021235931195582927, "chrome/97.0.4691.0|2": 0.00021235931195582927, "firefox/93.0|2": 0.00021235931195582927, "firefox/91.0|1": 0.00021235931195582927, "chrome/100.0.4758.54|2": 0.00042471862391165854, "chrome/72.0.3626.109|1": 0.00021235931195582927, "chrome/86.0.4240.198|2": 0.0008494372478233171, "chrome/80.0.3987.88|2": 0.00021235931195582927, "chrome/96.0.4664.131|2": 0.00042471862391165854, "chrome/93.0.4577.63|2": 0.0019112338076024634, "chrome/93.0.4577.82|2": 0.0008494372478233171, "chrome/78.0.3904.108|2": 0.00021235931195582927, "chrome/78.0.3904.97|2": 0.0008494372478233171, "chrome/94.0.4606.85|2": 0.0006370779358674878, "firefox/97.0|1": 0.00021235931195582927, "chrome/92.0.4515.141|2": 0.00021235931195582927, "chrome/95.0.4638.54|2": 0.0010617965597791463, "firefox/90.0|2": 0.00021235931195582927, "chrome/96.0.4664.55|2": 0.00021235931195582927, "chrome/74.0.3729.108|2": 0.00042471862391165854, "chrome/99.0.4828.0|2": 0.00021235931195582927, "chrome/90.0.4600.0|2": 0.00042471862391165854, "chrome/87.0.4280.141|1": 0.00021235931195582927, "chrome/97.0.0.0|2": 0.0008494372478233171, "chrome/91.0.4472.124|2": 0.003822467615204927, "chrome/87.0.4280.66|2": 0.00021235931195582927, "chrome/67.0.3396.99|2": 0.00021235931195582927, "chrome/72.0.3626.121|2": 0.00021235931195582927, "chrome/89.0.4389.90|2": 0.0010617965597791463, "chrome/91.0.4472.77|2": 0.00021235931195582927, "chrome/91.0.4472.114|2": 0.00021235931195582927, "firefox/89.0|2": 0.0006370779358674878, "chrome/91.0.4472.164|2": 0.00042471862391165854, "chrome/85.0.4183.121|2": 0.00021235931195582927, "chrome/98.0.4758.54|2": 0.00042471862391165854, "chrome/88.0.4324.150|2": 0.0008494372478233171, "chrome/92.0.4515.107|1": 0.00021235931195582927, "chrome/66.0.3450.0|2": 0.0006370779358674878, "firefox/92.0|2": 0.00021235931195582927, "chrome/98.0.4758.48|2": 0.00021235931195582927, "chrome/91.0.4472.124|1": 0.00021235931195582927, "chrome/94.0.4606.71|2": 0.00042471862391165854, "chrome/96.0.4664.113|2": 0.00021235931195582927 } }, "android": { "deeper": { "mobile": { "chrome/97.0.4692.87|2": 0.4316546762589928, "chrome/92.0.4515.166|2": 0.030832476875642344, "firefox/96.0|2": 0.006166495375128468, "chrome/96.0.4664.104|2": 0.14799588900308325, "chrome/96.0.4664.45|2": 0.02158273381294964, "firefox/95.0|2": 0.019527235354573486, "chrome/96.0.4664.46|2": 0.0020554984583761563, "chrome/62.0.3202.84|2": 0.0020554984583761563, "chrome/96.0.4664.92|2": 0.02158273381294964, "chrome/83.0.4103.106|2": 0.009249743062692703, "chrome/91.0.4472.77|2": 0.0010277492291880781, "chrome/97.0.4692.70|2": 0.10996916752312436, "chrome/87.0.4280.141|2": 0.012332990750256937, "chrome/81.0.4044.138|2": 0.010277492291880781, "chrome/60.0.3112.116|1": 0.0010277492291880781, "chrome/61.0.3163.128|2": 0.0010277492291880781, "chrome/93.0.4577.82|2": 0.003083247687564234, "chrome/94.0.4606.85|2": 0.012332990750256937, "chrome/79.0.3945.116|2": 0.0051387461459403904, "chrome/94.0.4606.71|2": 0.006166495375128468, "chrome/87.0.4280.101|1": 0.0010277492291880781, "chrome/87.0.4280.101|2": 0.0020554984583761563, "firefox/89.0|2": 0.0020554984583761563, "chrome/95.0.4638.74|2": 0.01644398766700925, "chrome/90.0.4430.82|2": 0.006166495375128468, "chrome/98.0.4758.51|2": 0.003083247687564234, "chrome/85.0.4183.101|2": 0.0020554984583761563, "chrome/90.0.4430.91|2": 0.003083247687564234, "chrome/74.0.3729.136|2": 0.0051387461459403904, "chrome/94.0.4606.61|2": 0.0010277492291880781, "chrome/90.0.4430.210|2": 0.008221993833504625, "chrome/80.0.3987.99|2": 0.006166495375128468, "chrome/89.0.4389.116|2": 0.010277492291880781, "chrome/96.0.4664.45|1": 0.0010277492291880781, "chrome/96.0.4664.110|1": 0.0010277492291880781, "chrome/70.0.3538.80|2": 0.0020554984583761563, "chrome/75.0.3770.143|2": 0.0051387461459403904, "chrome/98.100.4758.54|2": 0.0010277492291880781, "chrome/97.0.4692.71|2": 0.0041109969167523125, "chrome/86.0.4240.99|2": 0.003083247687564234, "chrome/98.0.4758.49|2": 0.0010277492291880781, "chrome/92.0.4515.166|1": 0.0010277492291880781, "chrome/77.0.3865.92|2": 0.0010277492291880781, "chrome/89.0.4389.105|2": 0.0041109969167523125, "chrome/91.0.4472.88|2": 0.003083247687564234, "chrome/98.0.4758.46|2": 0.0010277492291880781, "chrome/88.0.4324.181|2": 0.0020554984583761563, "chrome/96.0.4664.110|2": 0.0010277492291880781, "chrome/91.0.4472.134|2": 0.0041109969167523125, "chrome/79.0.3945.130|1": 0.0010277492291880781, "chrome/96.0.0.0|2": 0.0020554984583761563, "chrome/92.0.4515.131|2": 0.0051387461459403904, "chrome/70.0.3538.110|2": 0.0020554984583761563, "chrome/80.0.3987.149|2": 0.0020554984583761563, "chrome/93.0.4577.62|2": 0.006166495375128468, "chrome/96.0.4664.137|2": 0.0010277492291880781, "chrome/91.0.4472.101|2": 0.0010277492291880781, "chrome/90.0.4430.66|2": 0.0010277492291880781, "chrome/92.0.4515.115|2": 0.003083247687564234, "chrome/66.0.3359.126|2": 0.0010277492291880781, "chrome/83.0.4103.101|2": 0.003083247687564234, "chrome/72.0.3626.121|2": 0.0010277492291880781, "chrome/85.0.4183.81|2": 0.0010277492291880781, "chrome/88.0.4324.93|2": 0.003083247687564234, "chrome/91.0.4472.120|2": 0.0041109969167523125, "chrome/99.100.4810.0|2": 0.0010277492291880781, "firefox/92.0|2": 0.0010277492291880781, "chrome/95.0.4638.50|2": 0.0010277492291880781, "firefox/91.0|2": 0.0010277492291880781 } }, "skip": { "chrome/97.0.4692.87|2": 0.4316546762589928, "chrome/92.0.4515.166|2": 0.030832476875642344, "firefox/96.0|2": 0.006166495375128468, "chrome/96.0.4664.104|2": 0.14799588900308325, "chrome/96.0.4664.45|2": 0.02158273381294964, "firefox/95.0|2": 0.019527235354573486, "chrome/96.0.4664.46|2": 0.0020554984583761563, "chrome/62.0.3202.84|2": 0.0020554984583761563, "chrome/96.0.4664.92|2": 0.02158273381294964, "chrome/83.0.4103.106|2": 0.009249743062692703, "chrome/91.0.4472.77|2": 0.0010277492291880781, "chrome/97.0.4692.70|2": 0.10996916752312436, "chrome/87.0.4280.141|2": 0.012332990750256937, "chrome/81.0.4044.138|2": 0.010277492291880781, "chrome/60.0.3112.116|1": 0.0010277492291880781, "chrome/61.0.3163.128|2": 0.0010277492291880781, "chrome/93.0.4577.82|2": 0.003083247687564234, "chrome/94.0.4606.85|2": 0.012332990750256937, "chrome/79.0.3945.116|2": 0.0051387461459403904, "chrome/94.0.4606.71|2": 0.006166495375128468, "chrome/87.0.4280.101|1": 0.0010277492291880781, "chrome/87.0.4280.101|2": 0.0020554984583761563, "firefox/89.0|2": 0.0020554984583761563, "chrome/95.0.4638.74|2": 0.01644398766700925, "chrome/90.0.4430.82|2": 0.006166495375128468, "chrome/98.0.4758.51|2": 0.003083247687564234, "chrome/85.0.4183.101|2": 0.0020554984583761563, "chrome/90.0.4430.91|2": 0.003083247687564234, "chrome/74.0.3729.136|2": 0.0051387461459403904, "chrome/94.0.4606.61|2": 0.0010277492291880781, "chrome/90.0.4430.210|2": 0.008221993833504625, "chrome/80.0.3987.99|2": 0.006166495375128468, "chrome/89.0.4389.116|2": 0.010277492291880781, "chrome/96.0.4664.45|1": 0.0010277492291880781, "chrome/96.0.4664.110|1": 0.0010277492291880781, "chrome/70.0.3538.80|2": 0.0020554984583761563, "chrome/75.0.3770.143|2": 0.0051387461459403904, "chrome/98.100.4758.54|2": 0.0010277492291880781, "chrome/97.0.4692.71|2": 0.0041109969167523125, "chrome/86.0.4240.99|2": 0.003083247687564234, "chrome/98.0.4758.49|2": 0.0010277492291880781, "chrome/92.0.4515.166|1": 0.0010277492291880781, "chrome/77.0.3865.92|2": 0.0010277492291880781, "chrome/89.0.4389.105|2": 0.0041109969167523125, "chrome/91.0.4472.88|2": 0.003083247687564234, "chrome/98.0.4758.46|2": 0.0010277492291880781, "chrome/88.0.4324.181|2": 0.0020554984583761563, "chrome/96.0.4664.110|2": 0.0010277492291880781, "chrome/91.0.4472.134|2": 0.0041109969167523125, "chrome/79.0.3945.130|1": 0.0010277492291880781, "chrome/96.0.0.0|2": 0.0020554984583761563, "chrome/92.0.4515.131|2": 0.0051387461459403904, "chrome/70.0.3538.110|2": 0.0020554984583761563, "chrome/80.0.3987.149|2": 0.0020554984583761563, "chrome/93.0.4577.62|2": 0.006166495375128468, "chrome/96.0.4664.137|2": 0.0010277492291880781, "chrome/91.0.4472.101|2": 0.0010277492291880781, "chrome/90.0.4430.66|2": 0.0010277492291880781, "chrome/92.0.4515.115|2": 0.003083247687564234, "chrome/66.0.3359.126|2": 0.0010277492291880781, "chrome/83.0.4103.101|2": 0.003083247687564234, "chrome/72.0.3626.121|2": 0.0010277492291880781, "chrome/85.0.4183.81|2": 0.0010277492291880781, "chrome/88.0.4324.93|2": 0.003083247687564234, "chrome/91.0.4472.120|2": 0.0041109969167523125, "chrome/99.100.4810.0|2": 0.0010277492291880781, "firefox/92.0|2": 0.0010277492291880781, "chrome/95.0.4638.50|2": 0.0010277492291880781, "firefox/91.0|2": 0.0010277492291880781 } }, "*MISSING_VALUE*": { "deeper": { "desktop": { "chrome/97.0.4692.77|2": 0.3902439024390244, "firefox/95.0|2": 0.024390243902439025, "chrome/98.100.4758.51|2": 0.024390243902439025, "chrome/96.0.4664.25|2": 0.024390243902439025, "chrome/94.0.4606.126|2": 0.024390243902439025, "chrome/96.0.4664.111|2": 0.43902439024390244, "chrome/94.0.4606.124|2": 0.04878048780487805, "chrome/91.0.4472.167|2": 0.024390243902439025 } }, "skip": { "chrome/97.0.4692.77|2": 0.3902439024390244, "firefox/95.0|2": 0.024390243902439025, "chrome/98.100.4758.51|2": 0.024390243902439025, "chrome/96.0.4664.25|2": 0.024390243902439025, "chrome/94.0.4606.126|2": 0.024390243902439025, "chrome/96.0.4664.111|2": 0.43902439024390244, "chrome/94.0.4606.124|2": 0.04878048780487805, "chrome/91.0.4472.167|2": 0.024390243902439025 } } } } }, { "name": "*HTTP_VERSION", "parentNames": ["*BROWSER_HTTP"], "possibleValues": ["_2.0_", "_1.1_"], "conditionalProbabilities": { "deeper": { "firefox/95.0|2": { "_2.0_": 1 }, "safari/604.1|2": { "_2.0_": 1 }, "chrome/97.0.4692.71|2": { "_2.0_": 1 }, "firefox/96.0|2": { "_2.0_": 1 }, "chrome/96.0.4664.45|2": { "_2.0_": 1 }, "chrome/79.0.3945.79|2": { "_2.0_": 1 }, "chrome/97.0.4692.87|2": { "_2.0_": 1 }, "chrome/96.0.4664.110|2": { "_2.0_": 1 }, "chrome/92.0.4515.166|2": { "_2.0_": 1 }, "safari/605.1.15|2": { "_2.0_": 1 }, "chrome/92.0.4515.107|2": { "_2.0_": 1 }, "chrome/96.0.4664.55|2": { "_2.0_": 1 }, "chrome/96.0.4664.104|2": { "_2.0_": 1 }, "chrome/96.0.4664.137|2": { "_2.0_": 1 }, "chrome/89.0.4389.114|2": { "_2.0_": 1 }, "*MISSING_VALUE*|2": { "_2.0_": 1 }, "chrome/87.0.4280.67|2": { "_2.0_": 1 }, "chrome/97.0.4692.71|1": { "_1.1_": 1 }, "chrome/96.0.4664.110|1": { "_1.1_": 1 }, "chrome/96.0.4664.46|2": { "_2.0_": 1 }, "chrome/62.0.3202.84|2": { "_2.0_": 1 }, "firefox/78.0|2": { "_2.0_": 1 }, "chrome/95.0.4638.69|2": { "_2.0_": 1 }, "chrome/96.0.4664.45|1": { "_1.1_": 1 }, "safari/604.1|1": { "_1.1_": 1 }, "chrome/79.0.3945.0|1": { "_1.1_": 1 }, "chrome/98.0.4758.51|2": { "_2.0_": 1 }, "chrome/96.0.4664.93|2": { "_2.0_": 1 }, "chrome/94.0.4606.71|2": { "_2.0_": 1 }, "chrome/97.0.4692.77|2": { "_2.0_": 1 }, "chrome/71.0.3578.98|2": { "_2.0_": 1 }, "chrome/96.0.4664.92|2": { "_2.0_": 1 }, "chrome/94.0.4606.81|2": { "_2.0_": 1 }, "chrome/83.0.4103.106|2": { "_2.0_": 1 }, "chrome/91.0.4472.77|2": { "_2.0_": 1 }, "chrome/97.0.4692.70|2": { "_2.0_": 1 }, "chrome/88.0.4324.151|2": { "_2.0_": 1 }, "chrome/80.0.3987.149|2": { "_2.0_": 1 }, "chrome/87.0.4280.141|2": { "_2.0_": 1 }, "chrome/81.0.4044.138|2": { "_2.0_": 1 }, "chrome/92.0.4515.159|2": { "_2.0_": 1 }, "chrome/95.0.4638.54|2": { "_2.0_": 1 }, "firefox/96.0|1": { "_1.1_": 1 }, "chrome/92.0.4515.131|2": { "_2.0_": 1 }, "chrome/60.0.3112.116|1": { "_1.1_": 1 }, "chrome/61.0.3163.128|2": { "_2.0_": 1 }, "chrome/91.0.4472.101|2": { "_2.0_": 1 }, "chrome/93.0.4577.82|2": { "_2.0_": 1 }, "firefox/91.0|2": { "_2.0_": 1 }, "firefox/86.0|2": { "_2.0_": 1 }, "chrome/88.0.4324.150|2": { "_2.0_": 1 }, "chrome/94.0.4606.85|2": { "_2.0_": 1 }, "chrome/79.0.3945.116|2": { "_2.0_": 1 }, "chrome/86.0.4240.183|2": { "_2.0_": 1 }, "chrome/87.0.4280.101|1": { "_1.1_": 1 }, "chrome/76.0.3809.71|2": { "_2.0_": 1 }, "chrome/87.0.4280.101|2": { "_2.0_": 1 }, "chrome/86.0.4240.75|2": { "_2.0_": 1 }, "chrome/69.0.3497.100|2": { "_2.0_": 1 }, "firefox/89.0|2": { "_2.0_": 1 }, "chrome/99.0.7113.93|2": { "_2.0_": 1 }, "chrome/75.0.3770.142|2": { "_2.0_": 1 }, "chrome/95.0.4638.74|2": { "_2.0_": 1 }, "chrome/74.0.3729.169|2": { "_2.0_": 1 }, "firefox/97.0|2": { "_2.0_": 1 }, "firefox/92.0|2": { "_2.0_": 1 }, "chrome/98.0.4758.55|2": { "_2.0_": 1 }, "chrome/90.0.4430.82|2": { "_2.0_": 1 }, "chrome/85.0.4183.101|2": { "_2.0_": 1 }, "chrome/90.0.4430.91|2": { "_2.0_": 1 }, "chrome/74.0.3729.136|2": { "_2.0_": 1 }, "chrome/94.0.4606.61|2": { "_2.0_": 1 }, "chrome/88.0.4324.182|2": { "_2.0_": 1 }, "firefox/68.0|2": { "_2.0_": 1 }, "chrome/93.0.4577.63|2": { "_2.0_": 1 }, "chrome/78.0.3904.108|2": { "_2.0_": 1 }, "chrome/90.0.4430.210|2": { "_2.0_": 1 }, "chrome/90.0.4430.93|2": { "_2.0_": 1 }, "chrome/80.0.3987.99|2": { "_2.0_": 1 }, "chrome/98.100.4758.54|2": { "_2.0_": 1 }, "firefox/94.0|2": { "_2.0_": 1 }, "chrome/89.0.4389.116|2": { "_2.0_": 1 }, "chrome/98.0.4758.54|1": { "_1.1_": 1 }, "chrome/91.0.4472.114|2": { "_2.0_": 1 }, "chrome/98.100.4758.51|2": { "_2.0_": 1 }, "chrome/91.0.4472.164|2": { "_2.0_": 1 }, "chrome/92.0.4512.0|2": { "_2.0_": 1 }, "firefox/93.0|2": { "_2.0_": 1 }, "firefox/95.0|1": { "_1.1_": 1 }, "chrome/70.0.3538.80|2": { "_2.0_": 1 }, "chrome/96.0.4664.25|2": { "_2.0_": 1 }, "chrome/75.0.3770.143|2": { "_2.0_": 1 }, "chrome/83.0.4103.97|2": { "_2.0_": 1 }, "firefox/56.0|1": { "_1.1_": 1 }, "chrome/87.0.4280.88|2": { "_2.0_": 1 }, "chrome/96.0.4664.93|1": { "_1.1_": 1 }, "chrome/72.0.3626.121|2": { "_2.0_": 1 }, "chrome/60.0.3112.90|2": { "_2.0_": 1 }, "chrome/97.0.4691.0|2": { "_2.0_": 1 }, "safari/612.3.6|2": { "_2.0_": 1 }, "firefox/90.0|2": { "_2.0_": 1 }, "chrome/86.0.4240.99|2": { "_2.0_": 1 }, "firefox/72.0|2": { "_2.0_": 1 }, "firefox/91.0|1": { "_1.1_": 1 }, "chrome/100.0.4758.54|2": { "_2.0_": 1 }, "chrome/91.0.4450.0|2": { "_2.0_": 1 }, "chrome/72.0.3626.109|1": { "_1.1_": 1 }, "chrome/98.0.4758.49|2": { "_2.0_": 1 }, "chrome/86.0.4240.198|2": { "_2.0_": 1 }, "chrome/80.0.3987.88|2": { "_2.0_": 1 }, "chrome/96.0.4664.131|2": { "_2.0_": 1 }, "chrome/92.0.4515.166|1": { "_1.1_": 1 }, "chrome/88.0.4324.181|2": { "_2.0_": 1 }, "chrome/94.0.4606.126|2": { "_2.0_": 1 }, "chrome/77.0.3865.92|2": { "_2.0_": 1 }, "chrome/89.0.4389.105|2": { "_2.0_": 1 }, "chrome/91.0.4472.88|2": { "_2.0_": 1 }, "chrome/78.0.3904.97|2": { "_2.0_": 1 }, "chrome/96.0.4664.111|2": { "_2.0_": 1 }, "firefox/97.0|1": { "_1.1_": 1 }, "chrome/98.0.4758.46|2": { "_2.0_": 1 }, "chrome/92.0.4515.141|2": { "_2.0_": 1 }, "chrome/91.0.4472.134|2": { "_2.0_": 1 }, "chrome/79.0.3945.130|1": { "_1.1_": 1 }, "chrome/96.0.0.0|2": { "_2.0_": 1 }, "chrome/94.0.4606.124|2": { "_2.0_": 1 }, "chrome/70.0.3538.110|2": { "_2.0_": 1 }, "chrome/95.0.4638.88|2": { "_2.0_": 1 }, "chrome/93.0.4577.62|2": { "_2.0_": 1 }, "firefox/87.0|2": { "_2.0_": 1 }, "chrome/91.0.4472.167|2": { "_2.0_": 1 }, "chrome/74.0.3729.108|2": { "_2.0_": 1 }, "chrome/61.0.3163.100|2": { "_2.0_": 1 }, "safari/605.1.15|1": { "_1.1_": 1 }, "chrome/99.0.4828.0|2": { "_2.0_": 1 }, "chrome/90.0.4430.66|2": { "_2.0_": 1 }, "chrome/90.0.4600.0|2": { "_2.0_": 1 }, "chrome/96.0.4664.113|2": { "_2.0_": 1 }, "chrome/87.0.4280.141|1": { "_1.1_": 1 }, "chrome/92.0.4515.115|2": { "_2.0_": 1 }, "chrome/99.0.4818.0|2": { "_2.0_": 1 }, "chrome/98.0.4723.0|2": { "_2.0_": 1 }, "chrome/66.0.3359.126|2": { "_2.0_": 1 }, "chrome/83.0.4103.101|2": { "_2.0_": 1 }, "chrome/97.0.0.0|2": { "_2.0_": 1 }, "chrome/91.0.4472.124|2": { "_2.0_": 1 }, "chrome/91.0.4472.120|2": { "_2.0_": 1 }, "chrome/85.0.4183.81|2": { "_2.0_": 1 }, "chrome/87.0.4280.66|2": { "_2.0_": 1 }, "chrome/67.0.3396.99|2": { "_2.0_": 1 }, "chrome/89.0.4389.90|2": { "_2.0_": 1 }, "chrome/88.0.4324.93|2": { "_2.0_": 1 }, "chrome/85.0.4183.121|2": { "_2.0_": 1 }, "chrome/98.0.4758.54|2": { "_2.0_": 1 }, "chrome/92.0.4515.107|1": { "_1.1_": 1 }, "chrome/90.0.4430.212|2": { "_2.0_": 1 }, "chrome/99.100.4810.0|2": { "_2.0_": 1 }, "chrome/66.0.3450.0|2": { "_2.0_": 1 }, "chrome/98.0.4758.48|2": { "_2.0_": 1 }, "chrome/81.0.4044.92|2": { "_2.0_": 1 }, "chrome/91.0.4472.124|1": { "_1.1_": 1 }, "chrome/80.0.3987.0|2": { "_2.0_": 1 }, "chrome/95.0.4638.50|2": { "_2.0_": 1 }, "firefox/100.0|2": { "_2.0_": 1 }, "firefox/88.0|2": { "_2.0_": 1 }, "chrome/86.0.4240.111|2": { "_2.0_": 1 }, "chrome/84.0.4147.125|2": { "_2.0_": 1 }, "chrome/91.0.4469.0|2": { "_2.0_": 1 }, "firefox/82.0|2": { "_2.0_": 1 } } } }, { "name": "*BROWSER", "parentNames": ["*BROWSER_HTTP"], "possibleValues": ["firefox/95.0", "safari/604.1", "chrome/97.0.4692.71", "firefox/96.0", "chrome/96.0.4664.45", "chrome/79.0.3945.79", "chrome/97.0.4692.87", "chrome/96.0.4664.110", "chrome/92.0.4515.166", "safari/605.1.15", "chrome/92.0.4515.107", "chrome/96.0.4664.55", "chrome/96.0.4664.104", "chrome/96.0.4664.137", "chrome/89.0.4389.114", "*MISSING_VALUE*", "chrome/87.0.4280.67", "chrome/96.0.4664.46", "chrome/62.0.3202.84", "firefox/78.0", "chrome/95.0.4638.69", "chrome/79.0.3945.0", "chrome/98.0.4758.51", "chrome/96.0.4664.93", "chrome/94.0.4606.71", "chrome/97.0.4692.77", "chrome/71.0.3578.98", "chrome/96.0.4664.92", "chrome/94.0.4606.81", "chrome/83.0.4103.106", "chrome/91.0.4472.77", "chrome/97.0.4692.70", "chrome/88.0.4324.151", "chrome/80.0.3987.149", "chrome/87.0.4280.141", "chrome/81.0.4044.138", "chrome/92.0.4515.159", "chrome/95.0.4638.54", "chrome/92.0.4515.131", "chrome/60.0.3112.116", "chrome/61.0.3163.128", "chrome/91.0.4472.101", "chrome/93.0.4577.82", "firefox/91.0", "firefox/86.0", "chrome/88.0.4324.150", "chrome/94.0.4606.85", "chrome/79.0.3945.116", "chrome/86.0.4240.183", "chrome/87.0.4280.101", "chrome/76.0.3809.71", "chrome/86.0.4240.75", "chrome/69.0.3497.100", "firefox/89.0", "chrome/99.0.7113.93", "chrome/75.0.3770.142", "chrome/95.0.4638.74", "chrome/74.0.3729.169", "firefox/97.0", "firefox/92.0", "chrome/98.0.4758.55", "chrome/90.0.4430.82", "chrome/85.0.4183.101", "chrome/90.0.4430.91", "chrome/74.0.3729.136", "chrome/94.0.4606.61", "chrome/88.0.4324.182", "firefox/68.0", "chrome/93.0.4577.63", "chrome/78.0.3904.108", "chrome/90.0.4430.210", "chrome/90.0.4430.93", "chrome/80.0.3987.99", "chrome/98.100.4758.54", "firefox/94.0", "chrome/89.0.4389.116", "chrome/98.0.4758.54", "chrome/91.0.4472.114", "chrome/98.100.4758.51", "chrome/91.0.4472.164", "chrome/92.0.4512.0", "firefox/93.0", "chrome/70.0.3538.80", "chrome/96.0.4664.25", "chrome/75.0.3770.143", "chrome/83.0.4103.97", "firefox/56.0", "chrome/87.0.4280.88", "chrome/72.0.3626.121", "chrome/60.0.3112.90", "chrome/97.0.4691.0", "safari/612.3.6", "firefox/90.0", "chrome/86.0.4240.99", "firefox/72.0", "chrome/100.0.4758.54", "chrome/91.0.4450.0", "chrome/72.0.3626.109", "chrome/98.0.4758.49", "chrome/86.0.4240.198", "chrome/80.0.3987.88", "chrome/96.0.4664.131", "chrome/88.0.4324.181", "chrome/94.0.4606.126", "chrome/77.0.3865.92", "chrome/89.0.4389.105", "chrome/91.0.4472.88", "chrome/78.0.3904.97", "chrome/96.0.4664.111", "chrome/98.0.4758.46", "chrome/92.0.4515.141", "chrome/91.0.4472.134", "chrome/79.0.3945.130", "chrome/96.0.0.0", "chrome/94.0.4606.124", "chrome/70.0.3538.110", "chrome/95.0.4638.88", "chrome/93.0.4577.62", "firefox/87.0", "chrome/91.0.4472.167", "chrome/74.0.3729.108", "chrome/61.0.3163.100", "chrome/99.0.4828.0", "chrome/90.0.4430.66", "chrome/90.0.4600.0", "chrome/96.0.4664.113", "chrome/92.0.4515.115", "chrome/99.0.4818.0", "chrome/98.0.4723.0", "chrome/66.0.3359.126", "chrome/83.0.4103.101", "chrome/97.0.0.0", "chrome/91.0.4472.124", "chrome/91.0.4472.120", "chrome/85.0.4183.81", "chrome/87.0.4280.66", "chrome/67.0.3396.99", "chrome/89.0.4389.90", "chrome/88.0.4324.93", "chrome/85.0.4183.121", "chrome/90.0.4430.212", "chrome/99.100.4810.0", "chrome/66.0.3450.0", "chrome/98.0.4758.48", "chrome/81.0.4044.92", "chrome/80.0.3987.0", "chrome/95.0.4638.50", "firefox/100.0", "firefox/88.0", "chrome/86.0.4240.111", "chrome/84.0.4147.125", "chrome/91.0.4469.0", "firefox/82.0"], "conditionalProbabilities": { "deeper": { "firefox/95.0|2": { "firefox/95.0": 1 }, "safari/604.1|2": { "safari/604.1": 1 }, "chrome/97.0.4692.71|2": { "chrome/97.0.4692.71": 1 }, "firefox/96.0|2": { "firefox/96.0": 1 }, "chrome/96.0.4664.45|2": { "chrome/96.0.4664.45": 1 }, "chrome/79.0.3945.79|2": { "chrome/79.0.3945.79": 1 }, "chrome/97.0.4692.87|2": { "chrome/97.0.4692.87": 1 }, "chrome/96.0.4664.110|2": { "chrome/96.0.4664.110": 1 }, "chrome/92.0.4515.166|2": { "chrome/92.0.4515.166": 1 }, "safari/605.1.15|2": { "safari/605.1.15": 1 }, "chrome/92.0.4515.107|2": { "chrome/92.0.4515.107": 1 }, "chrome/96.0.4664.55|2": { "chrome/96.0.4664.55": 1 }, "chrome/96.0.4664.104|2": { "chrome/96.0.4664.104": 1 }, "chrome/96.0.4664.137|2": { "chrome/96.0.4664.137": 1 }, "chrome/89.0.4389.114|2": { "chrome/89.0.4389.114": 1 }, "*MISSING_VALUE*|2": { "*MISSING_VALUE*": 1 }, "chrome/87.0.4280.67|2": { "chrome/87.0.4280.67": 1 }, "chrome/97.0.4692.71|1": { "chrome/97.0.4692.71": 1 }, "chrome/96.0.4664.110|1": { "chrome/96.0.4664.110": 1 }, "chrome/96.0.4664.46|2": { "chrome/96.0.4664.46": 1 }, "chrome/62.0.3202.84|2": { "chrome/62.0.3202.84": 1 }, "firefox/78.0|2": { "firefox/78.0": 1 }, "chrome/95.0.4638.69|2": { "chrome/95.0.4638.69": 1 }, "chrome/96.0.4664.45|1": { "chrome/96.0.4664.45": 1 }, "safari/604.1|1": { "safari/604.1": 1 }, "chrome/79.0.3945.0|1": { "chrome/79.0.3945.0": 1 }, "chrome/98.0.4758.51|2": { "chrome/98.0.4758.51": 1 }, "chrome/96.0.4664.93|2": { "chrome/96.0.4664.93": 1 }, "chrome/94.0.4606.71|2": { "chrome/94.0.4606.71": 1 }, "chrome/97.0.4692.77|2": { "chrome/97.0.4692.77": 1 }, "chrome/71.0.3578.98|2": { "chrome/71.0.3578.98": 1 }, "chrome/96.0.4664.92|2": { "chrome/96.0.4664.92": 1 }, "chrome/94.0.4606.81|2": { "chrome/94.0.4606.81": 1 }, "chrome/83.0.4103.106|2": { "chrome/83.0.4103.106": 1 }, "chrome/91.0.4472.77|2": { "chrome/91.0.4472.77": 1 }, "chrome/97.0.4692.70|2": { "chrome/97.0.4692.70": 1 }, "chrome/88.0.4324.151|2": { "chrome/88.0.4324.151": 1 }, "chrome/80.0.3987.149|2": { "chrome/80.0.3987.149": 1 }, "chrome/87.0.4280.141|2": { "chrome/87.0.4280.141": 1 }, "chrome/81.0.4044.138|2": { "chrome/81.0.4044.138": 1 }, "chrome/92.0.4515.159|2": { "chrome/92.0.4515.159": 1 }, "chrome/95.0.4638.54|2": { "chrome/95.0.4638.54": 1 }, "firefox/96.0|1": { "firefox/96.0": 1 }, "chrome/92.0.4515.131|2": { "chrome/92.0.4515.131": 1 }, "chrome/60.0.3112.116|1": { "chrome/60.0.3112.116": 1 }, "chrome/61.0.3163.128|2": { "chrome/61.0.3163.128": 1 }, "chrome/91.0.4472.101|2": { "chrome/91.0.4472.101": 1 }, "chrome/93.0.4577.82|2": { "chrome/93.0.4577.82": 1 }, "firefox/91.0|2": { "firefox/91.0": 1 }, "firefox/86.0|2": { "firefox/86.0": 1 }, "chrome/88.0.4324.150|2": { "chrome/88.0.4324.150": 1 }, "chrome/94.0.4606.85|2": { "chrome/94.0.4606.85": 1 }, "chrome/79.0.3945.116|2": { "chrome/79.0.3945.116": 1 }, "chrome/86.0.4240.183|2": { "chrome/86.0.4240.183": 1 }, "chrome/87.0.4280.101|1": { "chrome/87.0.4280.101": 1 }, "chrome/76.0.3809.71|2": { "chrome/76.0.3809.71": 1 }, "chrome/87.0.4280.101|2": { "chrome/87.0.4280.101": 1 }, "chrome/86.0.4240.75|2": { "chrome/86.0.4240.75": 1 }, "chrome/69.0.3497.100|2": { "chrome/69.0.3497.100": 1 }, "firefox/89.0|2": { "firefox/89.0": 1 }, "chrome/99.0.7113.93|2": { "chrome/99.0.7113.93": 1 }, "chrome/75.0.3770.142|2": { "chrome/75.0.3770.142": 1 }, "chrome/95.0.4638.74|2": { "chrome/95.0.4638.74": 1 }, "chrome/74.0.3729.169|2": { "chrome/74.0.3729.169": 1 }, "firefox/97.0|2": { "firefox/97.0": 1 }, "firefox/92.0|2": { "firefox/92.0": 1 }, "chrome/98.0.4758.55|2": { "chrome/98.0.4758.55": 1 }, "chrome/90.0.4430.82|2": { "chrome/90.0.4430.82": 1 }, "chrome/85.0.4183.101|2": { "chrome/85.0.4183.101": 1 }, "chrome/90.0.4430.91|2": { "chrome/90.0.4430.91": 1 }, "chrome/74.0.3729.136|2": { "chrome/74.0.3729.136": 1 }, "chrome/94.0.4606.61|2": { "chrome/94.0.4606.61": 1 }, "chrome/88.0.4324.182|2": { "chrome/88.0.4324.182": 1 }, "firefox/68.0|2": { "firefox/68.0": 1 }, "chrome/93.0.4577.63|2": { "chrome/93.0.4577.63": 1 }, "chrome/78.0.3904.108|2": { "chrome/78.0.3904.108": 1 }, "chrome/90.0.4430.210|2": { "chrome/90.0.4430.210": 1 }, "chrome/90.0.4430.93|2": { "chrome/90.0.4430.93": 1 }, "chrome/80.0.3987.99|2": { "chrome/80.0.3987.99": 1 }, "chrome/98.100.4758.54|2": { "chrome/98.100.4758.54": 1 }, "firefox/94.0|2": { "firefox/94.0": 1 }, "chrome/89.0.4389.116|2": { "chrome/89.0.4389.116": 1 }, "chrome/98.0.4758.54|1": { "chrome/98.0.4758.54": 1 }, "chrome/91.0.4472.114|2": { "chrome/91.0.4472.114": 1 }, "chrome/98.100.4758.51|2": { "chrome/98.100.4758.51": 1 }, "chrome/91.0.4472.164|2": { "chrome/91.0.4472.164": 1 }, "chrome/92.0.4512.0|2": { "chrome/92.0.4512.0": 1 }, "firefox/93.0|2": { "firefox/93.0": 1 }, "firefox/95.0|1": { "firefox/95.0": 1 }, "chrome/70.0.3538.80|2": { "chrome/70.0.3538.80": 1 }, "chrome/96.0.4664.25|2": { "chrome/96.0.4664.25": 1 }, "chrome/75.0.3770.143|2": { "chrome/75.0.3770.143": 1 }, "chrome/83.0.4103.97|2": { "chrome/83.0.4103.97": 1 }, "firefox/56.0|1": { "firefox/56.0": 1 }, "chrome/87.0.4280.88|2": { "chrome/87.0.4280.88": 1 }, "chrome/96.0.4664.93|1": { "chrome/96.0.4664.93": 1 }, "chrome/72.0.3626.121|2": { "chrome/72.0.3626.121": 1 }, "chrome/60.0.3112.90|2": { "chrome/60.0.3112.90": 1 }, "chrome/97.0.4691.0|2": { "chrome/97.0.4691.0": 1 }, "safari/612.3.6|2": { "safari/612.3.6": 1 }, "firefox/90.0|2": { "firefox/90.0": 1 }, "chrome/86.0.4240.99|2": { "chrome/86.0.4240.99": 1 }, "firefox/72.0|2": { "firefox/72.0": 1 }, "firefox/91.0|1": { "firefox/91.0": 1 }, "chrome/100.0.4758.54|2": { "chrome/100.0.4758.54": 1 }, "chrome/91.0.4450.0|2": { "chrome/91.0.4450.0": 1 }, "chrome/72.0.3626.109|1": { "chrome/72.0.3626.109": 1 }, "chrome/98.0.4758.49|2": { "chrome/98.0.4758.49": 1 }, "chrome/86.0.4240.198|2": { "chrome/86.0.4240.198": 1 }, "chrome/80.0.3987.88|2": { "chrome/80.0.3987.88": 1 }, "chrome/96.0.4664.131|2": { "chrome/96.0.4664.131": 1 }, "chrome/92.0.4515.166|1": { "chrome/92.0.4515.166": 1 }, "chrome/88.0.4324.181|2": { "chrome/88.0.4324.181": 1 }, "chrome/94.0.4606.126|2": { "chrome/94.0.4606.126": 1 }, "chrome/77.0.3865.92|2": { "chrome/77.0.3865.92": 1 }, "chrome/89.0.4389.105|2": { "chrome/89.0.4389.105": 1 }, "chrome/91.0.4472.88|2": { "chrome/91.0.4472.88": 1 }, "chrome/78.0.3904.97|2": { "chrome/78.0.3904.97": 1 }, "chrome/96.0.4664.111|2": { "chrome/96.0.4664.111": 1 }, "firefox/97.0|1": { "firefox/97.0": 1 }, "chrome/98.0.4758.46|2": { "chrome/98.0.4758.46": 1 }, "chrome/92.0.4515.141|2": { "chrome/92.0.4515.141": 1 }, "chrome/91.0.4472.134|2": { "chrome/91.0.4472.134": 1 }, "chrome/79.0.3945.130|1": { "chrome/79.0.3945.130": 1 }, "chrome/96.0.0.0|2": { "chrome/96.0.0.0": 1 }, "chrome/94.0.4606.124|2": { "chrome/94.0.4606.124": 1 }, "chrome/70.0.3538.110|2": { "chrome/70.0.3538.110": 1 }, "chrome/95.0.4638.88|2": { "chrome/95.0.4638.88": 1 }, "chrome/93.0.4577.62|2": { "chrome/93.0.4577.62": 1 }, "firefox/87.0|2": { "firefox/87.0": 1 }, "chrome/91.0.4472.167|2": { "chrome/91.0.4472.167": 1 }, "chrome/74.0.3729.108|2": { "chrome/74.0.3729.108": 1 }, "chrome/61.0.3163.100|2": { "chrome/61.0.3163.100": 1 }, "safari/605.1.15|1": { "safari/605.1.15": 1 }, "chrome/99.0.4828.0|2": { "chrome/99.0.4828.0": 1 }, "chrome/90.0.4430.66|2": { "chrome/90.0.4430.66": 1 }, "chrome/90.0.4600.0|2": { "chrome/90.0.4600.0": 1 }, "chrome/96.0.4664.113|2": { "chrome/96.0.4664.113": 1 }, "chrome/87.0.4280.141|1": { "chrome/87.0.4280.141": 1 }, "chrome/92.0.4515.115|2": { "chrome/92.0.4515.115": 1 }, "chrome/99.0.4818.0|2": { "chrome/99.0.4818.0": 1 }, "chrome/98.0.4723.0|2": { "chrome/98.0.4723.0": 1 }, "chrome/66.0.3359.126|2": { "chrome/66.0.3359.126": 1 }, "chrome/83.0.4103.101|2": { "chrome/83.0.4103.101": 1 }, "chrome/97.0.0.0|2": { "chrome/97.0.0.0": 1 }, "chrome/91.0.4472.124|2": { "chrome/91.0.4472.124": 1 }, "chrome/91.0.4472.120|2": { "chrome/91.0.4472.120": 1 }, "chrome/85.0.4183.81|2": { "chrome/85.0.4183.81": 1 }, "chrome/87.0.4280.66|2": { "chrome/87.0.4280.66": 1 }, "chrome/67.0.3396.99|2": { "chrome/67.0.3396.99": 1 }, "chrome/89.0.4389.90|2": { "chrome/89.0.4389.90": 1 }, "chrome/88.0.4324.93|2": { "chrome/88.0.4324.93": 1 }, "chrome/85.0.4183.121|2": { "chrome/85.0.4183.121": 1 }, "chrome/98.0.4758.54|2": { "chrome/98.0.4758.54": 1 }, "chrome/92.0.4515.107|1": { "chrome/92.0.4515.107": 1 }, "chrome/90.0.4430.212|2": { "chrome/90.0.4430.212": 1 }, "chrome/99.100.4810.0|2": { "chrome/99.100.4810.0": 1 }, "chrome/66.0.3450.0|2": { "chrome/66.0.3450.0": 1 }, "chrome/98.0.4758.48|2": { "chrome/98.0.4758.48": 1 }, "chrome/81.0.4044.92|2": { "chrome/81.0.4044.92": 1 }, "chrome/91.0.4472.124|1": { "chrome/91.0.4472.124": 1 }, "chrome/80.0.3987.0|2": { "chrome/80.0.3987.0": 1 }, "chrome/95.0.4638.50|2": { "chrome/95.0.4638.50": 1 }, "firefox/100.0|2": { "firefox/100.0": 1 }, "firefox/88.0|2": { "firefox/88.0": 1 }, "chrome/86.0.4240.111|2": { "chrome/86.0.4240.111": 1 }, "chrome/84.0.4147.125|2": { "chrome/84.0.4147.125": 1 }, "chrome/91.0.4469.0|2": { "chrome/91.0.4469.0": 1 }, "firefox/82.0|2": { "firefox/82.0": 1 } } } }] }
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import { SUPPORTED_BROWSERS, MISSING_VALUE_DATASET_TOKEN, SUPPORTED_OPERATING_SYSTEMS, SUPPORTED_DEVICES, SUPPORTED_HTTP_VERSIONS } from './constants';
|
|
2
|
-
export declare const headerGeneratorOptionsShape: {
|
|
3
|
-
browsers: import("ow").ArrayPredicate<string | {
|
|
4
|
-
name: string;
|
|
5
|
-
minVersion: number | undefined;
|
|
6
|
-
maxVersion: number | undefined;
|
|
7
|
-
httpVersion: string | undefined;
|
|
8
|
-
}>;
|
|
9
|
-
operatingSystems: import("ow").ArrayPredicate<string>;
|
|
10
|
-
devices: import("ow").ArrayPredicate<string>;
|
|
11
|
-
locales: import("ow").ArrayPredicate<string>;
|
|
12
|
-
httpVersion: import("ow").StringPredicate & import("ow").BasePredicate<string | undefined>;
|
|
13
|
-
browserListQuery: import("ow").StringPredicate & import("ow").BasePredicate<string | undefined>;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* @typedef BrowserSpecification
|
|
17
|
-
* @param {string} name - One of `chrome`, `firefox` and `safari`.
|
|
18
|
-
* @param {number} minVersion - Minimal version of browser used.
|
|
19
|
-
* @param {number} maxVersion - Maximal version of browser used.
|
|
20
|
-
* @param {string} httpVersion - Http version to be used to generate headers (the headers differ depending on the version).
|
|
21
|
-
* Either 1 or 2. If none specified the httpVersion specified in `HeaderGeneratorOptions` is used.
|
|
22
|
-
*/
|
|
23
|
-
export declare type HttpVersion = typeof SUPPORTED_HTTP_VERSIONS[number];
|
|
24
|
-
export declare type Device = typeof SUPPORTED_DEVICES[number];
|
|
25
|
-
export declare type OperatingSystem = typeof SUPPORTED_OPERATING_SYSTEMS[number];
|
|
26
|
-
export declare type BrowserName = typeof SUPPORTED_BROWSERS[number];
|
|
27
|
-
export interface BrowserSpecification {
|
|
28
|
-
name: BrowserName;
|
|
29
|
-
minVersion?: number;
|
|
30
|
-
maxVersion?: number;
|
|
31
|
-
httpVersion?: HttpVersion;
|
|
32
|
-
}
|
|
33
|
-
export declare type BrowsersType = BrowserSpecification[] | BrowserName[];
|
|
34
|
-
export interface HeaderGeneratorOptions {
|
|
35
|
-
browsers: BrowsersType;
|
|
36
|
-
browserListQuery: string;
|
|
37
|
-
operatingSystems: OperatingSystem[];
|
|
38
|
-
devices: Device[];
|
|
39
|
-
locales: string[];
|
|
40
|
-
httpVersion: HttpVersion;
|
|
41
|
-
}
|
|
42
|
-
export declare type HttpBrowserObject = {
|
|
43
|
-
name: BrowserName | typeof MISSING_VALUE_DATASET_TOKEN;
|
|
44
|
-
version: any[];
|
|
45
|
-
completeString: string;
|
|
46
|
-
httpVersion: HttpVersion;
|
|
47
|
-
};
|
|
48
|
-
export declare type Headers = Record<string, string>;
|
|
49
|
-
/**
|
|
50
|
-
* @typedef HeaderGeneratorOptions
|
|
51
|
-
* @param {Array<BrowserSpecification|string>} browsers - List of BrowserSpecifications to generate the headers for,
|
|
52
|
-
* or one of `chrome`, `firefox` and `safari`.
|
|
53
|
-
* @param {string} browserListQuery - Browser generation query based on the real world data.
|
|
54
|
-
* For more info see the [query docs](https://github.com/browserslist/browserslist#full-list).
|
|
55
|
-
* If `browserListQuery` is passed the `browsers` array is ignored.
|
|
56
|
-
* @param {Array<string>} operatingSystems - List of operating systems to generate the headers for.
|
|
57
|
-
* The options are `windows`, `macos`, `linux`, `android` and `ios`.
|
|
58
|
-
* @param {Array<string>} devices - List of devices to generate the headers for. Options are `desktop` and `mobile`.
|
|
59
|
-
* @param {Array<string>} locales - List of at most 10 languages to include in the
|
|
60
|
-
* [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language) request header
|
|
61
|
-
* in the language format accepted by that header, for example `en`, `en-US` or `de`.
|
|
62
|
-
* @param {string} httpVersion - Http version to be used to generate headers (the headers differ depending on the version).
|
|
63
|
-
* Can be either 1 or 2. Default value is 2.
|
|
64
|
-
*/
|
|
65
|
-
/**
|
|
66
|
-
* HeaderGenerator randomly generates realistic browser headers based on specified options.
|
|
67
|
-
*/
|
|
68
|
-
export declare class HeaderGenerator {
|
|
69
|
-
globalOptions: HeaderGeneratorOptions;
|
|
70
|
-
browserListQuery: string | undefined;
|
|
71
|
-
private inputGeneratorNetwork;
|
|
72
|
-
private headerGeneratorNetwork;
|
|
73
|
-
private uniqueBrowsers;
|
|
74
|
-
/**
|
|
75
|
-
* @param {HeaderGeneratorOptions} options - default header generation options used unless overridden
|
|
76
|
-
*/
|
|
77
|
-
constructor(options?: Partial<HeaderGeneratorOptions>);
|
|
78
|
-
/**
|
|
79
|
-
* Generates a single set of ordered headers using a combination of the default options specified in the constructor
|
|
80
|
-
* and their possible overrides provided here.
|
|
81
|
-
* @param {HeaderGeneratorOptions} options - specifies options that should be overridden for this one call
|
|
82
|
-
* @param {Object} requestDependentHeaders - specifies known values of headers dependent on the particular request
|
|
83
|
-
*/
|
|
84
|
-
getHeaders(options?: Partial<HeaderGeneratorOptions>, requestDependentHeaders?: Headers): Headers;
|
|
85
|
-
/**
|
|
86
|
-
* Returns a new object that contains ordered headers.
|
|
87
|
-
* @param {object} headers - specifies known values of headers dependent on the particular request
|
|
88
|
-
* @param {string[]} order - an array of ordered header names, optional (will be deducted from `user-agent`)
|
|
89
|
-
*/
|
|
90
|
-
orderHeaders(headers: Headers, order?: any): Headers;
|
|
91
|
-
private _prepareBrowsersConfig;
|
|
92
|
-
private _getBrowserHttpOptions;
|
|
93
|
-
private _getPossibleAttributeValues;
|
|
94
|
-
private _getAcceptLanguageField;
|
|
95
|
-
/**
|
|
96
|
-
* Extract structured information about a browser and http version in the form of an object from httpBrowserString.
|
|
97
|
-
* @param {string} httpBrowserString - a string containing the browser name, version and http version, such as "chrome/88.0.4324.182|2"
|
|
98
|
-
* @private
|
|
99
|
-
*/
|
|
100
|
-
private _prepareHttpBrowserObject;
|
|
101
|
-
/**
|
|
102
|
-
* Extract structured information about a browser in the form of an object from browserString.
|
|
103
|
-
* @param {string} browserString - a string containing the browser name and version, such as "chrome/88.0.4324.182"
|
|
104
|
-
* @private
|
|
105
|
-
*/
|
|
106
|
-
private _prepareBrowserObject;
|
|
107
|
-
/**
|
|
108
|
-
* @param {object} headers - non-normalized request headers
|
|
109
|
-
* @returns {string[]} order
|
|
110
|
-
* @private
|
|
111
|
-
*/
|
|
112
|
-
private _getOrderFromUserAgent;
|
|
113
|
-
private _browserVersionIsLesserOrEquals;
|
|
114
|
-
}
|
|
115
|
-
//# sourceMappingURL=header-generator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"header-generator.d.ts","sourceRoot":"","sources":["../src/header-generator.ts"],"names":[],"mappings":"AAWA,OAAO,EACH,kBAAkB,EAElB,2BAA2B,EAG3B,2BAA2B,EAC3B,iBAAiB,EACjB,uBAAuB,EAG1B,MAAM,aAAa,CAAC;AAerB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;CAOvC,CAAC;AACF;;;;;;;GAOG;AAEH,oBAAY,WAAW,GAAG,OAAO,uBAAuB,CAAC,MAAM,CAAC,CAAC;AAEjE,oBAAY,MAAM,GAAG,OAAO,iBAAiB,CAAC,MAAM,CAAC,CAAC;AAEtD,oBAAY,eAAe,GAAG,OAAO,2BAA2B,CAAC,MAAM,CAAC,CAAC;AAEzE,oBAAY,WAAW,GAAG,OAAO,kBAAkB,CAAC,MAAM,CAAC,CAAC;AAE5D,MAAM,WAAW,oBAAoB;IACjC,IAAI,EAAE,WAAW,CAAE;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,oBAAY,YAAY,GAAG,oBAAoB,EAAE,GAAG,WAAW,EAAE,CAAC;AAElE,MAAM,WAAW,sBAAsB;IACnC,QAAQ,EAAE,YAAY,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,WAAW,EAAE,WAAW,CAAC;CAC5B;AAED,oBAAY,iBAAiB,GAAG;IAC5B,IAAI,EAAE,WAAW,GAAG,OAAO,2BAA2B,CAAC;IACvD,OAAO,EAAE,GAAG,EAAE,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;CAC5B,CAAA;AAED,oBAAY,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;AAE5C;;;;;;;;;;;;;;;GAeG;AAEH;;GAEG;AACH,qBAAa,eAAe;IACxB,aAAa,EAAE,sBAAsB,CAAC;IAEtC,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAC;IAErC,OAAO,CAAC,qBAAqB,CAAM;IAEnC,OAAO,CAAC,sBAAsB,CAAM;IAEpC,OAAO,CAAC,cAAc,CAAsB;IAE5C;;OAEG;gBACS,OAAO,GAAE,OAAO,CAAC,sBAAsB,CAAM;IAgCzD;;;;;OAKG;IACH,UAAU,CAAC,OAAO,GAAE,OAAO,CAAC,sBAAsB,CAAM,EAAE,uBAAuB,GAAE,OAAY,GAAG,OAAO;IAiDzG;;;;OAIG;IACH,YAAY,CAAC,OAAO,EAAE,OAAO,EAAE,KAAK,MAAuC,GAAG,OAAO;IAkBrF,OAAO,CAAC,sBAAsB;IAqB9B,OAAO,CAAC,sBAAsB;IAiB9B,OAAO,CAAC,2BAA2B;IAmBnC,OAAO,CAAC,uBAAuB;IA4C/B;;;;MAIE;IACF,OAAO,CAAC,yBAAyB;IAiBjC;;;;MAIE;IACF,OAAO,CAAC,qBAAqB;IAe7B;;;;OAIG;IACH,OAAO,CAAC,sBAAsB;IAW9B,OAAO,CAAC,+BAA+B;CAG1C"}
|