Forum Discussion
Le_Michel
Nov 29, 2019Brass Contributor
master_preferences and Clear Browsing Data on Exit
Hello, Edge Version 79.0.309.30 (Official build) beta (64-bit) I'm trying to create a custom master_preferences files to customize clear browser data on exit for new user profiles. My con...
JGoms
Jun 08, 2020Copper Contributor
Hello,
You must enable the data cleanup and select what do you want to clear.
"browser": {
...
"clear_data": {
"on_exit_succeeded": false
},
"clear_data_on_exit": {
"browsing_history": true,
"cache": true,
"cookies": true,
"download_history": true,
"form_data": true,
"hosted_apps_data": true,
"passwords": true
},
...
}
It is work for me.
BR