Open
Bug 1265356
Opened 9 years ago
Updated 1 year ago
Downloads with blocked data should be deleted after some time
Categories
(Toolkit :: Downloads API, defect, P3)
Toolkit
Downloads API
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: Paolo, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxprivacy])
Downloads with blocked data should be deleted from disk after some time if they are not unblocked first. The expiration time may be the same for all downloads, or different based on the associated verdict.
The deletion check could be done at shutdown, similarly to what is done for downloads that don't need to be persisted, or at startup when past downloads are deserialized. The latter has the advantage of not blocking shutdown. On the other hand, the former may be simpler to implement and would only block shutdown when there are blocked downloads to expire, which should be rare.
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [fxprivacy][triage] → [fxprivacy]
Reporter | ||
Updated•8 years ago
|
Blocks: jsdownloads
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•