HTML5 cache manifest no cache for html file itself -


index.php:

<html manifest="/cache.manifest"> 

cache.manifest

cache manifest

cache:  /img.png fallback: / /offline.html network: * 

everything works great, except index.php file fetched cache (tested in chrome). can disable caching file specifying manifest img.png cached?

thanks

no, file references manifest cached. the spec:

the resource declares manifest (with manifest attribute) taken cache, whether listed in cache or not, if listed in online whitelist namespace.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -