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

FireFox 78 allows WebExtensions to Clear by Domain: IndexedDB, ServiceWorkers, cache and pluginData #792

Closed
rugabunda opened this issue Jun 30, 2020 · 3 comments · Fixed by #798
Assignees
Labels
Feature Request has:pr Issue/Feature Request has been resolved in an upcoming/merged PR
Milestone

Comments

@rugabunda
Copy link

Firefox 77 supported clearing IndexDB by hostname if that helps: https://bugzilla.mozilla.org/show_bug.cgi?id=1551301.

Firefox 77 also supported clearing ServiceWorkers by hostname: https://bugzilla.mozilla.org/show_bug.cgi?id=1632990.

After that, Firefox 78, coming to an update today or tomorrow, will support clearing cache and pluginData by hostname: https://bugzilla.mozilla.org/show_bug.cgi?id=1636784.

Will consider looking at your addon once it implements these feautures

@kennethtran93
Copy link
Member

IndexedDB request is duplicate of #171.

ServiceWorkers request is duplicate of #287.

Cache request is duplicate of #551 and maybe #283.

I am already working on these whenever I have some spare time.

Plugin Data...will now be added to the list of things to add for cleanup.

Note that it will take some time as I need to overhaul the localstorage cleaning function and make it work with the other cleaning items, not to mention the Addition options in the Expressions that I need to add.

@rugabunda
Copy link
Author

Sounds great! Keep up the great work ken!

@kennethtran93 kennethtran93 added the has:pr Issue/Feature Request has been resolved in an upcoming/merged PR label Jul 6, 2020
@kennethtran93 kennethtran93 self-assigned this Jul 6, 2020
@kennethtran93 kennethtran93 added this to the 3.5.0 milestone Jul 6, 2020
@kennethtran93
Copy link
Member

Need some testers over at #798. To download the zip file, follow the latest instructions given through github-actions bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request has:pr Issue/Feature Request has been resolved in an upcoming/merged PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants