Open
Bug 1712946
Opened 3 years ago
Updated 3 years ago
"Forget about this site" does not clear data for file URIs
Categories
(Toolkit :: Data Sanitization, defect, P3)
Toolkit
Data Sanitization
Tracking
()
NEW
People
(Reporter: pbz, Unassigned)
References
(Blocks 1 open bug)
Details
For file URIs the computed host is ""
:
https://searchfox.org/mozilla-central/rev/202250ee5931648185c8abb3061d738b15b64067/browser/components/places/content/controller.js#267
This results in no data being cleared.
We should either fix this and ensure we clear data for local files by calling nsIClearDataService#deleteDataFromLocalFiles
or hide the "Forget about this site" button for file URIs.
Updated•3 years ago
|
Severity: -- → S3
Reporter | ||
Updated•3 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•