You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set "dom.indexedDB.enabled" to false in firefox, the StorageAbuser will crash with error "A mutation operation was attempted on a database that did not allow mutations" in console.
I believe this is more of firefox problem, because it makes the API readonly instead of disabling it.
Because other websites will experience the same crash, I don't believe you should be fixing this.
Or, I guess BSA could say "IndexedDB is readonly. Websites that try to use it may crash."
The text was updated successfully, but these errors were encountered:
If you set "dom.indexedDB.enabled" to false in firefox, the StorageAbuser will crash with error "A mutation operation was attempted on a database that did not allow mutations" in console.
I believe this is more of firefox problem, because it makes the API readonly instead of disabling it.
Because other websites will experience the same crash, I don't believe you should be fixing this.
Or, I guess BSA could say "IndexedDB is readonly. Websites that try to use it may crash."
The text was updated successfully, but these errors were encountered: