chromium: clear browsing data on exit
This commit is contained in:
parent
7615030b6b
commit
6e27f565a6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue