feat: use --no-service-autorun in Chromium (#6232)
See https://chromium-review.googlesource.com/c/chromium/src/+/2436773 for details
This commit is contained in:
parent
243ede5dfb
commit
329980be2a
|
|
@ -192,6 +192,8 @@ const DEFAULT_ARGS = [
|
||||||
'--enable-automation',
|
'--enable-automation',
|
||||||
'--password-store=basic',
|
'--password-store=basic',
|
||||||
'--use-mock-keychain',
|
'--use-mock-keychain',
|
||||||
|
// See https://chromium-review.googlesource.com/c/chromium/src/+/2436773
|
||||||
|
'--no-service-autorun',
|
||||||
];
|
];
|
||||||
|
|
||||||
async function urlToWSEndpoint(endpointURL: string) {
|
async function urlToWSEndpoint(endpointURL: string) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue