Skip to content

Commit f515367

Browse files
committed
Disable annoying Chromium side panel popup
1 parent 2c30c81 commit f515367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interceptors/chromium-based-interceptors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ const getChromiumLaunchOptions = async (
5050
options: [
5151
// Trust our CA certificate's fingerprint:
5252
`--ignore-certificate-errors-spki-list=${spkiFingerprint}`,
53-
// Disable annoying "What's New" page
54-
'--disable-features=ChromeWhatsNewUI',
53+
// Disable annoying "What's New" page & side panel (and its annoying bookmarks popup)
54+
'--disable-features=ChromeWhatsNewUI,SidePanelPinning',
5555
// Avoid annoying extra network noise:
5656
'--disable-background-networking',
5757
// Disable component update (without disabling components themselves, e.g. widevine)

0 commit comments

Comments
 (0)