Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h1 id="title">Appcache Facts</h1>
<li>Regardless of whether you include the address of the current page in the manifest, it will be cached.</li>
<li>In Chrome, you can see information about appcached sites by visiting <code>chrome://appcache-internals/</code>. This allows you to see which sites have appcached, when they were last modified, and how much space they're using. You can also remove appcaches here.</li>
<li>In Firefox, any resources served with <code>Cache-control: <strong>no-store</strong></code> will not be cached, even if they're explicitly included in the manifest.</li>
<li>Firefox will always ask the user for permission before caching a site for the first time.</li>
<li>Versions of Firefox prior to 26 will always ask the user for permission before caching a site for the first time.</li>
</ul>
</section>

Expand Down