-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable "Clear on Exit" by default + more control #16214
Comments
+1 Users must have control over which browsing data they want to clear. If a user wants to clear their browsing history on exit, it doesn't necessarily mean they want cookies gone as well. For example, clearing browsing history won't sign users out of websites every time they close the browser, whereas clearing cookies will. One more reason not to enable the feature by default: It's very unlikely users will enjoy having to re-adjust Shields settings every time they open the browser. |
Yes, default should be OFF
ON clears everything "Clears all browsing data". In a later release we will look to add more options here should we get user feedback. Thanks |
Disabling "Clear data on exit" by default is a step into the right direction, but unfortunately it's not enough as of the moment. I'll try to go into detail because the problem is deeper than people think at first. Let's begin over here: The mentioned pull request introduces the global Shields settings functionality, along with an aggressive mode for ads & trackers blocking, a strict fingerprinting protection, and eventually an option to clear the browsing data on exit. Here comes the issue, which makes the "Clear data on exit" option hardly compatible with the aggressive ads & trackers mode and the strict fingerprinting protection:
Since the "Clear data on exit" option includes the clearing of the browsing data for "Site and Shields Settings", and that can't be changed anyhow, the following will happen:
In other words, if users want to use all 3 new features (aggressive blocking of ads & trackers, a strict fingerprinting protection, and want to clear their browsing data on exit), they'll have to re-adjust the global Shields settings every single time they open their browser, because clearing the browsing data for "Site and Shields Settings" will reset the global Shields settings every single time users close their browser. My suggestions until #15347 is fixed:
If you proceed with the implementation of the "Clear data on exit" feature in its current state, you'll give users a false sense of stronger privacy protection. A lot of users won't notice that their global Shields settings have reset to their default values after they close their browser (clear their browsing data). CC: @pes10k as this is potentially a privacy issue as of the moment. |
Closing this as brave/brave-core#9012 was merged into |
Verification passed on OnePlus 6T with Android 10 running 1.26.53 build
Verification passed on Samsung Tab A with Android 10 running 1.26.53 build
|
Description
Brave for Android will have
Clear on exit
option with 1.26.x release, but this setting is enabled by default when users upgraded from prev. version. To avoid user confusions, please disable this setting by default.Also, please provide more control about which type of data cleared on exit -- basically more option like desktop. The current switch is unclear as it's only to enable/disable. User don't know which data selected/cleared.
Steps to reproduce
Actual result
Clear on exit
switch enabled by defaultExpected result
The setting is disabled by default
Issue reproduces how often
Easy
Version/Channel Information:
Beta/Nightly 1.26.x and higher
Brave version
1.26.x
Additional information
The text was updated successfully, but these errors were encountered: