Re: [whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-23 Thread Aaron Whyte
That sounds perfect, thanks. On Mon, Jul 20, 2009 at 3:20 PM, Ian Hickson i...@hixie.ch wrote: snip I've made it so that you can specify * in the online whitelist section to basically open it up to anything. -- Ian Hickson U+1047E)\._.,--,'``.fL

[whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-20 Thread Ian Hickson
On Mon, 6 Jul 2009, Aaron Whyte wrote: When a page is loaded from an AppCache, even when online, external resources such as images will not be loaded at all. If foo.com has an image img src=http://bar.com/img.png; /, then according to the steps in

[whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-06 Thread Aaron Whyte
When a page is loaded from an AppCache, even when online, external resources such as images will not be loaded at all. If foo.com has an image img src=http://bar.com/img.png; /, then according to the steps in

Re: [whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-06 Thread Kristof Zelechovski
Not loading cross-domain images in e-mail messages is a standard privacy feature e.g. in Microsoft Outlook. (Indeed, that means that Microsoft Outlook does not allow any external images, only attachments). The workaround, to save as a HTML document and view in browser, should work. If the images

Re: [whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-06 Thread Michael Nordman
Yup... the source of grief is... 6.9.7 Changes to the networking model5: Fail the resource load. The intent behind this was making the testing of offline application easier. Given the unintended consequence Aaron brought up, we should probably revisit this. Maybe only fail to load the

Re: [whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-06 Thread Jonas Sicking
On Mon, Jul 6, 2009 at 11:46 AM, Aaron Whyteawh...@google.com wrote: When a page is loaded from an AppCache, even when online, external resources such as images will not be loaded at all. If foo.com has an image img src=http://bar.com/img.png; /, then according to the steps in

Re: [whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-06 Thread Michael Nordman
Couple of comments... 1) Aaron's comment was not about caching them at all, it was about referring to them from a cached application and having them load via the network as usual. Step 5 gets in the way of that. 2) The spec already allows for cross-origin caching, they can be explicitly listed

Re: [whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-06 Thread Aaron Whyte
On Mon, Jul 6, 2009 at 1:28 PM, Jonas Sicking jo...@sicking.cc wrote: The workaround is for the gmail to download the images to gmails servers and then serve them from a google domain. This isn't just an email problem. It'll also affect RSS readers, document editors, blogging tools, and

Re: [whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-06 Thread Aaron Boodman
On Mon, Jul 6, 2009 at 1:28 PM, Jonas Sickingjo...@sicking.cc wrote: On Mon, Jul 6, 2009 at 11:46 AM, Aaron Whyteawh...@google.com wrote: When a page is loaded from an AppCache, even when online, external resources such as images will not be loaded at all. If foo.com has an image img

Re: [whatwg] In AppCache web apps, images from unpredictable domains won't load

2009-07-06 Thread Michael Nordman
On Mon, Jul 6, 2009 at 2:40 PM, Aaron Boodman a...@google.com wrote: On Mon, Jul 6, 2009 at 1:28 PM, Jonas Sickingjo...@sicking.cc wrote: On Mon, Jul 6, 2009 at 11:46 AM, Aaron Whyteawh...@google.com wrote: When a page is loaded from an AppCache, even when online, external resources such