I am making an iPhone version on the desktop site that the blog is part of. Blogs often use images from other domains (image URLs always start with http: // in this case, obviously), but since I use the cache manifest, these images do not load because they are not declared in the manifest file.
I have a NETWORK: whitelist section that has all my AJAX request files, etc. I even included the white domains of the flickr farm because a lot of the images we add to the blog come from our flickr page. The flickr images are displayed just fine, but any other “random” hotlink images from another domain show broken ones.
I tried adding a line as follows:
Http: //
to the NETWORK: section, but it doesn't look like http: // like a whitelist.
Does anyone have any thoughts on this?
Thanks! Alex
source share