Skip to content

Commit

Permalink
Disable search engine choice screen on startup (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Jul 30, 2024
1 parent 734638c commit ec0a6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/chrome/settings/chromeAndroidOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const chromeAndroidOptions = [
'--disable-domain-reliability',
'--disable-background-timer-throttling',
'--disable-external-intent-requests',
'--disable-search-engine-choice-screen',
'--enable-remote-debugging',
'--mute-audio',
'--disable-hang-monitor',
Expand Down
1 change: 1 addition & 0 deletions lib/chrome/settings/chromeDesktopOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const chromeDesktopOptions = [
'--disable-ipc-flooding-protection',
'--disable-prompt-on-repost',
'--disable-renderer-backgrounding',
'--disable-search-engine-choice-screen',
'--disable-site-isolation-trials',
'--disable-sync',
'--metrics-recording-only',
Expand Down

0 comments on commit ec0a6b8

Please sign in to comment.