RESOLVED FIXED 140302
Allow HTTPS + 'Cache-control: no-store' sub-frames into the page cache
https://bugs.webkit.org/show_bug.cgi?id=140302
Summary Allow HTTPS + 'Cache-control: no-store' sub-frames into the page cache
Chris Dumez
Reported 2015-01-09 11:33:48 PST
We should allow HTTPS + 'Cache-control: no-store' sub-frames into the page cache. We already restore 'no-store' sub-resources on history navigation from the memory cache so there is no reason for our page cache policy to be more restrictive. We should align our memory cache / history navigation policy with our page cache policy. For now, 'no-store' main resources are not restored from either cache (memory cache / page cache) on history navigation though. This behavior does not change.
Attachments
Patch (7.36 KB, patch)
2015-01-09 11:39 PST, Chris Dumez
no flags
Patch (7.12 KB, patch)
2015-01-09 12:19 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-01-09 11:39:24 PST
Andreas Kling
Comment 2 2015-01-09 12:11:36 PST
Comment on attachment 244355 [details] Patch r=me
Chris Dumez
Comment 3 2015-01-09 12:19:34 PST
WebKit Commit Bot
Comment 4 2015-01-09 12:59:06 PST
Comment on attachment 244364 [details] Patch Clearing flags on attachment: 244364 Committed r178191: <http://trac.webkit.org/changeset/178191>
WebKit Commit Bot
Comment 5 2015-01-09 12:59:11 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.