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

What is cache and why should they be purged ? #219

Closed
osminogig opened this issue May 20, 2015 · 7 comments
Closed

What is cache and why should they be purged ? #219

osminogig opened this issue May 20, 2015 · 7 comments

Comments

@osminogig
Copy link

Hi !
Thought it would be the first question in FAQ , but ...

Please explain in detail for the average user.

@5t3f4n
Copy link

5t3f4n commented May 21, 2015

From the uMatrix Privacy tab. I think this explains it quite well.

Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.

A few of these tricks rely[1, 2] on the browser cache, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.

There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.

Check this option to have uMatrix do it for you, at the interval you wish.

[1] “Preventing Web Tracking via the Browser Cache”
[2] “Cookieless cookies”

@gorhill gorhill closed this as completed May 21, 2015
@0xBRM
Copy link

0xBRM commented May 21, 2015

@5t3f4n Pretty sure he's talking about the filters' cache.

@osminogig
Copy link
Author

Yes, I would like to know about the filters' cache.
I asked at local forums - so far all are silent.
Who knows - prompt please !

@gorhill
Copy link
Owner

gorhill commented May 21, 2015

It holds a copy of downloaded resources. You typically purge if you want to force an update of a remote resource.

@osminogig
Copy link
Author

cache = last update
It is used to rollback updates

Do I understand correctly ?

@gorhill
Copy link
Owner

gorhill commented May 21, 2015

cache = last update
It is used to rollback updates

Yes.

Following a purge: for resources which are packaged within uBlock, the packaged version will be used. For resources which are not packaged with uBlock, this will force the remote resource to be downloaded (and cached).

@osminogig
Copy link
Author

Thank you very much and good luck !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants