-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[FBD] Storage is not reset if the timer is disrupted #34158
Comments
That's not how it works as far as I understand. The data doesn't get cleared on browser exit ever.
I had already checked the
I do know. That's the whole point of mentioning the timer and referring to #30090 and #26465.
The point of this issue is exactly that. The data shouldn't be cleared just on tab exit with a timer. If the timer doesn't get to fire the data doesn't get reset. In order for it to get populated Brave needs to stay active. So, for example, exiting Brave with an active tab breaks 1p storage cleaning for me (i.e. the domain in that tab doesn't get written to |
Steps to reproduce
|
Tested on Android Brave | 1.60.110
Forget by Default is set. A few websites that I want to maintain the login are excluded using per-domain Shields UI.
If Brave is closed, or loses focus, I think the KeepAlive timer is disrupted and the data is never cleared.
I'd expect a check on the next Brave start, or whenever it is convenient, and cleanup all the storage that needs to be reset.
Related to #30090 and #26465
The text was updated successfully, but these errors were encountered: