chore: use '--disable-component-update' flag to avoid component updates (#18745)

This commit is contained in:
Andrey Lushnikov 2022-11-11 13:44:09 -08:00 committed by GitHub
parent 46559a37c1
commit 7685c929bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,6 +335,8 @@ export const DEFAULT_ARGS = [
'--disable-breakpad',
'--disable-client-side-phishing-detection',
'--disable-component-extensions-with-background-pages',
'--disable-component-update', // Avoids unneeded network activity after startup.
'--no-default-browser-check',
'--disable-default-apps',
'--disable-dev-shm-usage',
'--disable-extensions',