wooque / site-bleacher

Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
43 stars 2 forks source link

how does this work with third party storage vs first? #13

Open rugabunda opened 4 years ago

rugabunda commented 4 years ago

just curious

wooque commented 4 years ago

What do you mean?

rugabunda commented 4 years ago

does it delete all third party files as well or only first party

wooque commented 4 years ago

@rugabunda Yes, but it relies that third party also sets the cookie, because there is no extension api that will return all storages, only cookies, so when the cookie is deleted it will delete other browsing data. Thou on Firefox extension api for removing browsing data will remove all browsing data of certain types, not just for hostnames that are passed to that extension api