Closed
Bug 1671416
Opened 5 years ago
Closed 2 years ago
Ensure that IndexedDB private browsing keys are kept throughout a private browsing session
Categories
(Core :: Storage: IndexedDB, task)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
People
(Reporter: sg, Assigned: hsingh)
References
Details
Currently, keys for private browsing IndexedDB are purged when the IndexedDB busy count drops to 0 (in https://searchfox.org/mozilla-central/search?q=symbol:_ZN7mozilla3dom9indexedDB12_GLOBAL__N_117DecreaseBusyCountEv&redirect=false), i.e. the last tab is closed that makes use of IndexedDB. The private browsing session may last longer though, and later a site may try to access the data again, which will not be possible.
See also https://phabricator.services.mozilla.com/D77020#inline-530009
| Reporter | ||
Updated•5 years ago
|
Summary: Ensure that IndexedDB private browsing keys are kept througout a private browsing session → Ensure that IndexedDB private browsing keys are kept throughout a private browsing session
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → hsingh
Comment 1•2 years ago
|
||
I think this has been fixed already.
| Assignee | ||
Comment 2•2 years ago
|
||
yes, I agree. We should probably close this bug.
| Assignee | ||
Comment 3•2 years ago
|
||
Changes for this were merged in as part of https://phabricator.services.mozilla.com/D170599.
PBM keys are managed by IndexedDBCipherKeyManager.
| Assignee | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•