Question

I have this nice little cache manifest file, which I embed into my index.html page:

CACHE MANIFEST
# version 8
9341.js
9341.css
none.cur

NETWORK:
http://*

Everything goes smoothly and the enlisted resources get cached. However, despite my efforts on the last two lines of the manifest file, the browser refuses to load http://www.google.com/jsapi file on the consequent reloads stating that it Failed to load resource (Chrome).

The problem is present in Opera 11, Chrome 15, Mozilla is for some reason fine. The problem disappears when I remove the manifest file. Any of you knows what might be causing this? It's rather bothersome. >> Online demonstration

Was it helpful?

Solution

Setting the NETWORK directive to * solved the problem. Answer found here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top