mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
Local storage issues #917
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loldev69 on GitHub (Jul 25, 2025).
bug description
The following were tested on Chrome-based browsers and under Windows.
In both cases, local storage keeps growing without any sort of notice to the user.
Issue 1
Local storage is not cleared properly, not even when using the "clear cache" buttons under advanced settings.
Steps to reproduce:
Issue 2
Downloaded files that fail halfway through not only remain in local storage instead of being cleared out, but somehow are no longer recognized as belonging to cobalt.tools by the browser.
The only way to delete them is to delete ALL local data the browser stores for all sites.
Steps to reproduce:
reproduction steps
See above
screenshots
No response
links
platform information
Latest Chrome, Edge and Brave on Win 10 and 11 (VMs)
additional context
No response