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

Clearing Facebook Data on Install #21

Open
TanviHacks opened this issue Mar 22, 2018 · 6 comments
Open

Clearing Facebook Data on Install #21

TanviHacks opened this issue Mar 22, 2018 · 6 comments
Labels
enhancement New feature or request 👁️ privacy-issue Fixing this could fix a protential privacy hole needs-priority This issue needs prioritization

Comments

@TanviHacks
Copy link

In addition to cookies, can we clear all site data - localstorage, indexeddb.

Here is a list of site data I previously compiled. Not all areas may be relevant, or easy to clear. So just do what you can and document it here.

Cookies
Cache
Session Manager
IndexedDB
localStorage
Site Storage (Persistent and Non-persistent)
Service Worker storage

@groovecoder
Copy link
Member

I see everything except Site Storage available here: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/browsingData/DataTypeSet

@pdolanjski pdolanjski added the P2 should fix before shipping label Mar 22, 2018
@groovecoder groovecoder added the enhancement New feature or request label Mar 27, 2018
@TanviHacks TanviHacks added the 👁️ privacy-issue Fixing this could fix a protential privacy hole label Mar 28, 2018
@TanviHacks TanviHacks added 1.4.0 and removed 1.3.0 labels Apr 5, 2018
@TanviHacks
Copy link
Author

Service Workers is handled in issue #101 and PR #106.

Would be nice to get this into 1.4.0, but we don't have to.

@stoically
Copy link
Member

According to the API Docs is clearing everything else besides cookies and localStorage by hostname not possible yet

hostnames Optional

Array of string. This property only applies to cookies and local storage items. Only remove cookies and local storage items which are associated with these hostnames.

Afaik that's an issue that most cleaners still face, e.g. Cookie-AutoDelete/Cookie-AutoDelete#171

@stoically
Copy link
Member

Another problem might be that it's not possible to instruct browsingData.remove to only clear for specific containers - so we would clear data in the Facebook Container in that case too.

@TanviHacks
Copy link
Author

We need a platform bug to make this happen. @jonathanKingston can you add the platform bug here?

@TanviHacks TanviHacks removed the 1.4.0 label Apr 12, 2018
@jonathanKingston
Copy link
Contributor

The bug is: https://bugzilla.mozilla.org/show_bug.cgi?id=1353726 I should take a look to see how much work this involves tomorrow as this would solve many problems for container extensions.

@maxxcrawford maxxcrawford added needs-priority This issue needs prioritization and removed P2 should fix before shipping labels Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 👁️ privacy-issue Fixing this could fix a protential privacy hole needs-priority This issue needs prioritization
Projects
None yet
Development

No branches or pull requests

7 participants