Software Removal | suggest to (temp) replace Cookie AutoDelete #777

Closed
opened 2019-03-06 12:43:06 +00:00 by atomGit · 1 comment
atomGit commented 2019-03-06 12:43:06 +00:00 (Migrated from github.com)

as you know, the WebExt. API is quite limited at the moment and does not allow deleting IndexedDB storage on a per-domain basis - as such, none of these storage/cookie cleaners affect IDB to my knowledge, other than to perhaps delete it globally at browser start and/or shutdown which of course does not provide privacy protection during a session

Site Bleacher is the only exception to the above that i'm aware of - while it does not delete IDB storage when a tab is closed, which may be preferable, it does delete it upon re-visiting the domain - i believe it works by injecting something in the IDB storage, sort of an identifier perhaps that can be used to delete it for a given domain, so in this way the dev seems to have found a work-a-round to the API limitation

what i do not know is whether this method raises entropy, however even if it does, and if this can be readily detected, it still may be a worthwhile trade-off

SB also handles cookies and local storage

be great if someone more knowledgeable could take a peek at SB

as you know, the WebExt. API is quite limited at the moment and does not allow deleting IndexedDB storage on a per-domain basis - as such, none of these storage/cookie cleaners affect IDB to my knowledge, other than to perhaps delete it globally at browser start and/or shutdown which of course does not provide privacy protection during a session [Site Bleacher](https://addons.mozilla.org/en-US/firefox/addon/site-bleacher/) is the only exception to the above that i'm aware of - while it does not delete IDB storage when a tab is closed, which may be preferable, it does delete it upon re-visiting the domain - i believe it works by injecting something in the IDB storage, sort of an identifier perhaps that can be used to delete it for a given domain, so in this way the dev seems to have found a work-a-round to the API limitation what i do not know is whether this method raises entropy, however even if it does, and if this can be readily detected, it still may be a worthwhile trade-off SB also handles cookies and local storage be great if someone more knowledgeable could take a peek at SB
atomGit commented 2019-04-02 11:06:40 +00:00 (Migrated from github.com)

some info regarding entropy, etc. from the dev

[some info](https://github.com/wooque/site-bleacher/issues/4#issuecomment-472386268) regarding entropy, etc. from the dev
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#777
No description provided.