TODO: 测试稳定性.
This commit is contained in:
14
chromeproxy/.vscode/launch.json
vendored
14
chromeproxy/.vscode/launch.json
vendored
@@ -9,6 +9,20 @@
|
||||
"name": "Chrome Extension debugging",
|
||||
"port": 9222,
|
||||
"type": "chrome",
|
||||
"runtimeArgs": [
|
||||
"--user-data-dir=/tmp/chromeproxy-userdata",
|
||||
"--ignore-certificate-errors",
|
||||
"--disable-dev-shm-usage",
|
||||
"--mute-audio",
|
||||
"--safebrowsing-disable-auto-update",
|
||||
"--disable-gpu",
|
||||
"--no-sandbox",
|
||||
"--disable-blink-features=AutomationControlled",
|
||||
"--disable-infobars",
|
||||
"--allow-running-insecure-content",
|
||||
"--disable-features=TranslateUI",
|
||||
"--test-type",
|
||||
],
|
||||
"url": "http:/localhost:7123",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user