Following up on #1238 (comment) (and #1588 (comment)).
Unchecked runtime.lastError while running storage.set: QUOTA_BYTES quota exceeded
After running out of space, any changes the user or Privacy Badger itself make fail to survive browser/extension restarting. Yellowlist updates set domains to cookieblocked but then these domains revert to their previous state (blocked, allowed, or just missing from action_map). Badgers in this state learn about new domains during browsing, but forget all new learning after getting restarted.
We could add unlimitedStorage to the manifest, if it doesn't trigger new permissions warnings.
We will also greatly reduce storage usage by implementing #1446.
Need to migrate out-of-sync yellowlist entries. Anything else that we could fix via migrations?
Following up on #1238 (comment) (and #1588 (comment)).
After running out of space, any changes the user or Privacy Badger itself make fail to survive browser/extension restarting. Yellowlist updates set domains to cookieblocked but then these domains revert to their previous state (blocked, allowed, or just missing from
action_map). Badgers in this state learn about new domains during browsing, but forget all new learning after getting restarted.We could add
unlimitedStorageto the manifest, if it doesn't trigger new permissions warnings.We will also greatly reduce storage usage by implementing #1446.
Need to migrate out-of-sync yellowlist entries. Anything else that we could fix via migrations?