Whitelisting lh3.ggpht.com, lh4.ggpht.com, lh5.ggpht.com, and lh6.ggpht.com should be enough.
But it seems that phonegap added support for wildcard in their whitelist: https://github.com/phonegap/phonegap-iphone/issues/233 So you should be able to whitelist *.ggpht.com to be on the safe side. Hope that helps. On Thu, Oct 20, 2011 at 12:20 AM, James Broberg <[email protected]> wrote: > Hi Pamela, > > If you are serving up the images straight from your blobstore then it > just uses your appspot domain (or whatever you have CNAME aliased it > to). The common pattern is you implement your own blob download > handler. > > If you are using the getServingUrl function you will get the funky > high performance image serving URL that you are seeing. > > Have a look at some of the image urls on this app > http://ikai-photoshare.appspot.com/ > > and you can see lh3, lh4 lh5 subdomains. I'm not sure how predictable it is. > > This document seems to imply you can use your appspot domain (in the > Using getServingUrl() section) but I'm not sure that is true: > http://code.google.com/appengine/docs/java/images/overview.html > > -James > > On 20 October 2011 06:52, Pamela Fox <[email protected]> wrote: >> Hey there - >> >> I need to whitelist domains used by my PhoneGap/iPhone app, and I use >> Blobstore images in it. Currently all the images are at http://lh3.ggpht.com/ >> but I don't know if blobstore uses other (sub)domains as well. >> >> Can someone confirm the domains used by blobstore? >> >> Thanks! >> >> - pamela >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
