Commit e916b7a 1 parent e1d8d5b commit e916b7a Copy full SHA for e916b7a
File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Here's a **[Nov 2022 comparison of what flags](https://docs.google.com/spreadshe
58
58
* ` --disable-external-intent-requests ` : Disallow opening links in external applications
59
59
* ` --disable-features=GlobalMediaControls ` : Hide toolbar button that opens dialog for controlling media sessions.
60
60
* ` --disable-features=ImprovedCookieControls ` : Disables an improved UI for third-party cookie blocking in incognito mode.
61
+ * ` --disable-features=PrivacySandboxSettings4 ` : Disables "Enhanced ad privacy in Chrome" dialog (if it wasn't disabled through other means).
61
62
* ` --disable-notifications ` : Disables the Web Notification and the Push APIs.
62
63
* ` --disable-popup-blocking ` : Disable popup blocking. ` --block-new-web-contents ` is the strict version of this.
63
64
* ` --disable-prompt-on-repost ` : Reloading a page that came from a POST normally prompts the user.
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ export const DEFAULT_FLAGS: ReadonlyArray<string> = [
29
29
'CertificateTransparencyComponentUpdater' ,
30
30
// Disables autofill server communication. This feature isn't disabled via other 'parent' flags.
31
31
'AutofillServerCommunication' ,
32
+ // Disables "Enhanced ad privacy in Chrome" dialog (though as of 2024-03-20 it shouldn't show up if the profile has no stored country).
33
+ 'PrivacySandboxSettings4' ,
32
34
] . join ( ',' ) ,
33
35
34
36
// Disable all chrome extensions
You can’t perform that action at this time.
0 commit comments