Gavin Brelstaff wrote: > IS IT TRUE(?) > that after Darin's patch I can use HTTP header: > > Cache-Control: no-store > > to avoid my http served pages showing up in my users > history or file-cache, while still allowing my users > to view-source, save page, print-page.
Yes. The URLs may be in the list of visited pages, but the file itself won't be in the cache. -- /Jonas
