-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayers.json
80 lines (80 loc) · 1.47 KB
/
layers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[
{
"id": "video-codecs",
"key": "vcd",
"name": "Video Codecs",
"pluginId": "browser-codecs"
},
{
"id": "audio-codecs",
"key": "acd",
"name": "Audio Codecs",
"pluginId": "browser-codecs"
},
{
"id": "document-object-model",
"key": "dom",
"name": "Document Object Model",
"pluginId": "browser-dom-environment"
},
{
"id": "fingerprints",
"key": "fng",
"name": "Fingerprints",
"pluginId": "browser-fingerprints"
},
{
"id": "asset-headers",
"key": "ash",
"name": "Asset Headers",
"pluginId": "http-assets"
},
{
"id": "basic-cookies",
"key": "bac",
"name": "Basic Cookies",
"pluginId": "http-basic-cookies"
},
{
"id": "basic-headers",
"key": "bah",
"name": "Basic Headers",
"pluginId": "http-basic-headers"
},
{
"id": "websocket-headers",
"key": "wsh",
"name": "Websocket Headers",
"pluginId": "http-websockets"
},
{
"id": "xhr-headers",
"key": "xhr",
"name": "Xhr Headers",
"pluginId": "http-xhr"
},
{
"id": "http2-session",
"key": "h2s",
"name": "Http2 Session",
"pluginId": "http2-session"
},
{
"id": "time-to-live",
"key": "ttl",
"name": "Time-to-Live",
"pluginId": "tcp"
},
{
"id": "window-size",
"key": "wns",
"name": "Window Size",
"pluginId": "tcp"
},
{
"id": "client-hello",
"key": "clh",
"name": "Client Hello",
"pluginId": "tls-clienthello"
}
]