wooque / site-bleacher

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

Extension could use an update to match new Firefox API developments #20

Open geeknik opened 4 years ago

geeknik commented 4 years ago

Good morning, thank you for this great Firefox extension. Recently, some new Firefox API developments have taken place which I think your extension can benefit from:

Firefox 77 added the ability to remove IndexDB by hostname: https://bugzilla.mozilla.org/show_bug.cgi?id=1551301

Firefox 77 also added the ability to remove Service Workers by hostname: https://bugzilla.mozilla.org/show_bug.cgi?id=1632990

And with the release of Firefox 78, you can now remove cache and PluginData by hostname: https://bugzilla.mozilla.org/show_bug.cgi?id=1636784

atomGit commented 3 years ago

Cookie AutoDelete (CAD) has incorporated the new API to include workers, iDB and more - pretty sure Forget Me Not will soon follow