-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
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"? |
More and more reports are coming in, the default should probably be changed. |
Figured out that this breaks the twitter.com login page too. It appears that once you login, IndexedDB can be re-enabled. |
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. |
It seems, that Mozilla has removed the option to disable indexedDB and introduced some bugs when |
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
The text was updated successfully, but these errors were encountered: