Closed
Bug 1375004
Opened 7 years ago
Closed 7 years ago
Storage permissions are not updated when removed from View Page Info
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1348223
People
(Reporter: sbadau, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [storage-v1])
[Affected versions]:
- Nightly 56.0a1
[Affected platforms]:
- Ubuntu 16.04, Windows 10, Mac OS X 10.12.
[Steps to reproduce]:
1. Launch Firefox
2. Allow storage permissions for one site (use navigator.storage.persist().then(persisted => console.log(persisted)); to see the permissions prompt)
3. Right-click on the page and select View Page Info
4. In the Permissions section - for Store Data in Persistent Storage check the "Use Default" button
5. Navigate to about:preferences#privacy
6. In the Site Data section - click on Settings
[Expected result]:
- Step 6: In Settings - Site Data dialog, the status of the page from step 2 should not be persistent.
[Actual result]:
- Step 6: In Settings - Site Data dialog the status of the page from step 2 is persistent.
Updated•7 years ago
|
Whiteboard: [storage-v1][triage]
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Whiteboard: [storage-v1][triage] → [storage-v1]
You need to log in
before you can comment on or make changes to this bug.
Description
•