-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcustomConfig.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathcustomConfig.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
{
"settings": {
"throttling": {
"rttMs": 0,
"throughputKbps": 20480,
"requestLatencyMs": 0,
"downloadThroughputKbps": 20480,
"uploadThroughputKbps": 20480,
"cpuSlowdownMultiplier": 1
},
"formFactor": "desktop",
"screenEmulation": {
"mobile": false,
"width": 1920,
"height": 1080,
"deviceScaleFactor": 1,
"disabled": false
},
"browserArgs": {
"headless": [
"--allow-no-sandbox-job",
"--allow-sandbox-debugging",
"--no-sandbox",
"--disable-gpu",
"--disable-gpu-sandbox",
"--display",
"--ignore-certificate-errors",
"--disable-storage-reset=true",
"--disable-features=LocalNetworkAccessChecks"
],
"headful": [
"--allow-no-sandbox-job",
"--allow-sandbox-debugging",
"--no-sandbox",
"--ignore-certificate-errors",
"--disable-storage-reset=true",
"--disable-features=LocalNetworkAccessChecks"
]
}
}
}