2
votes
2answers
130 views

Cross Origin request blocked by HTML5 cache manifest on Firefox

I am having problems doing some cross-origin requests with Firefox and the application cache. The error handler of my XHR request get called, and the status of the XHR request is 0. When I see the ...
0
votes
1answer
218 views

More Odd Firefox Cache Manifest Behavior: Redirect to Outside Domain Results in 404 Failure

I have an HTML5/Javascript (PHP/MySQL on the server) app with a cache manifest and it runs fine on almost all mobile and desktop browsers except for Firefox. When I remove the cache manifest, it ...
1
vote
1answer
500 views

Walk around Firefox's offline storage warning?

I am developing an web app with HTML5 offline browsing support. I wrote a manifest file as shown below: CACHE MANIFEST CACHE: audio/a.ogg NETWORK: * When I visit my app in Firefox, A warning ...