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

Disabling IndexedDB breaks sites #135

Closed
allo- opened this issue Sep 9, 2018 · 5 comments
Closed

Disabling IndexedDB breaks sites #135

allo- opened this issue Sep 9, 2018 · 5 comments

Comments

@allo-
Copy link
Owner

allo- commented Sep 9, 2018

IndexedDB seems to become more and more important for different websites, like e.g. GMail (https://github.com/allo-/firefox-profilemaker/issues/130#issuecomment-419700161) and needs a bigger warning and possibly another default value

@allo-
Copy link
Owner Author

allo- commented Sep 9, 2018

localstorage probably has a similar problem, but we do not disable it by default. Disabling cookies completely will break many websites as well.

Is there a quantum firefox compatible addon, which clears cookies and different storages at exit to make them "session cookies"?
Maybe some "cookie" addons can help, as firefox' forget history function seems to clear all storage apis when removing cookies.

@allo-
Copy link
Owner Author

allo- commented Oct 30, 2018

More and more reports are coming in, the default should probably be changed.

@tjbenator
Copy link

Figured out that this breaks the twitter.com login page too. It appears that once you login, IndexedDB can be re-enabled.

@allo-
Copy link
Owner Author

allo- commented Aug 9, 2019

Twitter is complicated. Disabling (all) cookies even breaks reading tweets, because you get an infinite redirect loop.

I wonder if we should change the setting to "not disabled" in the default profile and maybe refer to some addons that deletes browser storages, that can be added in the addons section.

As Mozilla unified the storage cleanup APIs, there could even be "Cookie" cleaners, that work for IndexedDB / localstorage.

@allo-
Copy link
Owner Author

allo- commented Sep 16, 2019

It seems, that Mozilla has removed the option to disable indexedDB and introduced some bugs when dom.indexedDB.enabled is set to false.
I close here now. Bug #166 can be used for discussing the alternatives.

@allo- allo- closed this as completed Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants