Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Open
Show file tree
Hide file tree
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
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h1 id="title">Appcache Facts</h1>
<p>The <code>NETWORK</code> section lists all URLs that may be loaded over the Internet. If your application includes
any API calls, make sure to enumerate them here. Note that this is a list of URL <strong>prefixes</strong>, so if
all of your network calls begin with http://example.com/api/, that's all you need to include.</p>
<p>If you want to allow arbitrary URLs to be accessed (scripts, stylesheets, API calls, anything), include <code>*</code>, <code>http://*</code> and <code>https://*</code> in this section. (Chrome and Safari respect the <code>*</code>; Firefox needs the <code>http://*</code> and <code>https://*</code>.)</p>
<p>If you want to allow arbitrary URLs to be accessed (scripts, stylesheets, API calls, anything), include <code>*</code> in this section.</p>
<p>The <code>FALLBACK</code> section lists replacements for network URLs to be used when the browser is offline or the
remote server is unavailable.</p>
<p>The <code>SETTINGS</code> specifies settings for appcache behaviour. Currently, the only available setting is cache mode.</p>
Expand Down