Skip to content
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

Clear cache when idle #869

Open
tildelowengrimm opened this issue Aug 28, 2018 · 3 comments
Open

Clear cache when idle #869

tildelowengrimm opened this issue Aug 28, 2018 · 3 comments
Labels
priority/P5 Not scheduled. Don't anticipate work on this any time soon. privacy/tracking Preventing sites from tracking users across the web privacy

Comments

@tildelowengrimm
Copy link
Contributor

Cache provides performance improvements, but generally doesn't store state that matters to users. However, it's a great side-channel for setting state on a client machine. We could pro-actively purge cache state from tabs which have been idle for a while to reduce the scope of cache-based attacks.

@tildelowengrimm tildelowengrimm added privacy privacy/tracking Preventing sites from tracking users across the web labels Aug 28, 2018
@tildelowengrimm tildelowengrimm added this to the Backlog milestone Aug 28, 2018
@NumDeP
Copy link

NumDeP commented Oct 1, 2018

+1 This in the popular browsers is usually a separate feature provided by an extension to make the browser state more responsive again. It's brilliant that you're going to implement it as just a random feature as a privacy concern but could potentially have other benefits to a user as well.

Hypothetically, if a user had 80 tabs open which resulted in 2+GBs of physical memory and a bit of swap being used-up, could your implementation of pro-active purging reduce this as though the browser was restarted and the 80 tabs were loaded again from bookmarks?

@onmyouji
Copy link

onmyouji commented Oct 5, 2018

+1
It will be great if you can also add option to clear cache at regular interval (like in uMatrix)

image 5

@tildelowengrimm tildelowengrimm added the priority/P5 Not scheduled. Don't anticipate work on this any time soon. label Oct 31, 2018
@czhang03
Copy link

+1 the only reason I can't leave firefox is that I cannot install cookie auto-delete on my mobile.
please implement this feature so that I can enjoy brave.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/P5 Not scheduled. Don't anticipate work on this any time soon. privacy/tracking Preventing sites from tracking users across the web privacy
Projects
None yet
Development

No branches or pull requests

5 participants