chromium: clear browsing data on exit

This commit is contained in:
Evie Litherland-Smith 2024-01-30 08:04:37 +00:00
parent 7615030b6b
commit 6e27f565a6

View file

@ -10,6 +10,16 @@
];
extraOpts = {
"BrowserSignin" = 0;
"ClearBrowsingDataOnExitList" = [
"browsing_history"
"download_history"
"cookies_and_other_site_data"
"cached_images_and_files"
"password_signin"
"autofill"
"site_settings"
"hosted_app_data"
];
"DefaultBrowserSettingEnabled" = false;
"DeviceAutoUpdateDisabled" = true;
"SyncDisabled" = true;