Skip to content

Commit 7401d04

Browse files
committed
drop actual flag changes
1 parent b679495 commit 7401d04

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/flags.ts

-14
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
'use strict';
77

8-
// https://github.com/GoogleChrome/chrome-launcher/blob/master/docs/chrome-flags-for-tools.md
9-
108
export const DEFAULT_FLAGS: ReadonlyArray<string> = [
119
// Disable built-in Google Translate service
1210
'--disable-features=Translate',
@@ -17,10 +15,6 @@ export const DEFAULT_FLAGS: ReadonlyArray<string> = [
1715
// Disable various background network services, including extension updating,
1816
// safe browsing service, upgrade detector, translate, UMA
1917
'--disable-background-networking',
20-
// Don't update the browser 'components' listed at chrome://components/
21-
'--disable-component-update',
22-
// Disables client-side phishing detection.
23-
'--disable-client-side-phishing-detection',
2418
// Disable syncing to a Google account
2519
'--disable-sync',
2620
// Disable reporting to UMA, but allows for collection
@@ -39,14 +33,6 @@ export const DEFAULT_FLAGS: ReadonlyArray<string> = [
3933
'--disable-renderer-backgrounding',
4034
// Disable task throttling of timer tasks from background pages.
4135
'--disable-background-timer-throttling',
42-
// Disable the default throttling of IPC between renderer & browser processes.
43-
'--disable-ipc-flooding-protection',
44-
// Disable some features not appropriate for automation https://github.com/GoogleChrome/chrome-launcher/blob/master/docs/chrome-flags-for-tools.md#--enable-automation
45-
'--enable-automation',
46-
// Avoid potential instability of using Gnome Keyring or KDE wallet. crbug.com/571003 crbug.com/991424
47-
'--password-store=basic',
48-
// Use mock keychain on Mac to prevent blocking permissions dialogs
49-
'--use-mock-keychain',
5036
// Disable background tracing (aka slow reports & deep reports) to avoid 'Tracing already started'
5137
'--force-fieldtrials=*BackgroundTracing/default/',
5238
];

0 commit comments

Comments
 (0)