chromium notifications & cookies settings

- Completely disable notifications
 - Default enable third-party cookies
This commit is contained in:
toto 2022-08-08 08:38:37 +02:00
parent d4ae8ffbab
commit 68044c21ac

View File

@ -184,9 +184,13 @@
},
"profile": {
"content_settings": {
"enable_quiet_permission_ui": {
"notifications": true
"enable_quiet_permission_ui_enabling_method": {
"notifications": 1
}
},
"cookie_controls_mode": 2,
"default_content_setting_values": {
"notifications": 2
}
}
}