File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 81
81
82
82
# https://github.com/GoogleChrome/chrome-launcher/blob/main/docs/chrome-flags-for-tools.md
83
83
# # Avoid the startup dialog for 'Chromium wants to use your confidential information stored in "Chromium Safe Storage" in your keychain'
84
- # # Avoid the startup dialog for 'Do you want the application “Chromium.app” to accept incoming network connections?'
85
- # # Avoid weird interaction between this experiment and CDP targets
86
- <<<<<<< HEAD
87
- # # it breaks devtools reload
88
- # # Hides blue bubble "user education" nudges
89
- # # Hides Chrome for Testing bar, among others.
84
+ # # Avoid the startup dialog for 'Do you want the application “Chromium.app” to accept incoming network connections?'
85
+ # # Avoid weird interaction between this experiment and CDP targets
86
+ # # it breaks devtools reload
87
+ # # Hides blue bubble "user education" nudges
88
+ # # Hides Chrome for Testing bar, among others.
90
89
set -g clutch_chrome_flags " --use-mock-keychain --disable-features=MediaRouter,ProcessPerSiteUpToMainFrameThreshold,RenderDocument --ash-no-nudges --disable-infobars"
91
- =======
92
- # # Hides blue bubble "user education" nudges
93
- # # Hides Chrome for Testing bar, among others.
94
- set -g clutch_chrome_flags " --use-mock-keychain --disable-features=MediaRouter,ProcessPerSiteUpToMainFrameThreshold,RenderDocument --ash-no-nudges --disable-infobars"
95
-
96
- >>>>>>> refs/remotes/origin/main
97
90
98
91
function cr --description " open built chromium (accepts runtime flags)"
99
92
set -l dir " ./$(git rev-parse --show-cdup)/out/Default"
You can’t perform that action at this time.
0 commit comments