Closed
Bug 1831255
Opened 2 years ago
Closed 2 years ago
IDB: Anonymize database file name base on disk for private browsing
Categories
(Core :: Storage: IndexedDB, task, P2)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 file)
The idea is the same as in bug 1781201. The database file name base on disk (which is used for the main database sqlite file, any other files used by sqlite or the directory used for storing blobs/files) shouldn't contain any data related to the database name. This can be achieved by generating a UUID and keeping it in a hash map in the GetDatabaseFilenameBase function.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/176f7db71f87
IDB: Anonymize database file name base on disk for private browsing; r=dom-storage-reviewers,jari,asuth
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•