-
Notifications
You must be signed in to change notification settings - Fork 232
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
Disable IndexedDb + better documentation #263
Comments
EDIT: Indexed_Database_API info. |
I'll start testing.
Didn't know that. Thanks! |
FYI there is an extension for that: https://addons.mozilla.org/en-US/firefox/addon/disable-indexeddb/ |
We'll leave it commented out for now. |
It was reported that disabling indexedDb no longer causes uBlock to break: arkenfox/user.js#80 (comment)
We should test whether
dom.indexedDB.enabled = false
still breaks one of the recommended addons and if it doesn't, set it to false.More links to CVE/problems related to IndexedDb would also be nice.
The text was updated successfully, but these errors were encountered: