Add platform specific options in start scan (#65)

* Add platform specific options in start scan

* Add code level doc and ChangeLog

* Minor improvements
This commit is contained in:
Rohit Sangwan
2024-07-21 20:35:29 +05:30
committed by GitHub
parent 0d6b612497
commit 28b0bc6b7c
11 changed files with 123 additions and 83 deletions
-16
View File
@@ -32,22 +32,6 @@
"--web-hostname=127.0.0.1",
"--web-port=8080"
],
"preLaunchTask": "open_chrome"
},
],
"tasks": [
{
"label": "open_chrome",
"type": "shell",
"command": "open",
"args": [
"-na",
"Google Chrome",
"--args",
"--user-data-dir=/tmp/temporary-chrome-profile-dir",
"--disable-web-security",
"--disable-site-isolation-trials"
],
}
],
}