Closed
Bug 1204545
Opened 10 years ago
Closed 10 years ago
Use new iOS 9 non-persistent storage API to allow WKWebView to not save any web data to disk
Categories
(Firefox for iOS :: Browser, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | 1.1+ | --- |
| fxios-v1.0 | --- | unaffected |
| fxios-v1.1 | --- | affected |
| fxios-v1.0.5 | --- | unaffected |
People
(Reporter: sleroux, Assigned: sleroux)
References
Details
Attachments
(1 file)
iOS 9 introduces the WKWebsiteDataStore API which allows us to swap out the default persistent storage of WKWebView with one that lives only in memory and never writes to disk. We need to make sure we use this for any PBMode tabs so we don't save any indexDB, WebCache, Cookies, or LocalStorage data to disk.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8660785 -
Flags: review?(bnicholson)
Updated•10 years ago
|
Attachment #8660785 -
Flags: review?(bnicholson) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
Merged
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•