Closed
Bug 1891854
Opened 2 years ago
Closed 2 years ago
Do not copy session store cookies in the backup staging directory if the backup is not encrypted
Categories
(Firefox :: Profile Backup, task, P3)
Firefox
Profile Backup
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: kpatenio, Assigned: mconley, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-device-migration])
Attachments
(1 file)
For some BackupResources, we may only want to copy certain bits of data if the backup file is not encrypted. For instance, we don't want to store cookies in the staging directory for the session store backup resources. We could update the backup methods for each BackupResource to pass information about the encryption state to do this.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mconley
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e8773eda97c1
Do not backup session cookies if backup encryption is not enabled. r=backup-reviewers,fchasen
Comment 3•2 years ago
|
||
Backed out for causing xpc failures @ test_BackupService_renderTemplate.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/ba3427ddddb6b457ba8ab233bc0e6506aa9bc350
Flags: needinfo?(mconley)
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e149edafb1b
Do not backup session cookies if backup encryption is not enabled. r=backup-reviewers,fchasen
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•