Bug 188164
Summary: | IndexedDB data persists after clearing local data | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alex <amylwnas> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, beidson, bfulgham, ggaren, sihui_liu, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 10 | ||
Hardware: | Unspecified | ||
OS: | iOS 10 |
Alex
Steps to replicate
Use any web application that stores data in the browser using Indexed Database API (e.g. http://sb-storage-watcher.s3-website-eu-west-1.amazonaws.com/)
Try to delete all locally-stored data using FF’s user interface
What happens
Data stored in IndexedDB is still there after attempted data deletion
What should have happened? (expected results)
Data stored using IndexedDB should have been deleted to protect users from cookie resurrection attempts
Picture
The user interface suggests that offline data will be removed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Just to confirm, is this about Firefox on iOS? Have Firefox developers advised that this is a WebKit bug?
Radar WebKit Bug Importer
<rdar://problem/42747389>
Sihui Liu
Could you attach an example? It seems this works for Safari now.
Alex
Hello,
This is for Safari in iOS 10.2.1.
Brent Fulgham
*** This bug has been marked as a duplicate of bug 187564 ***