[google-appengine] Re: image protection

2009-06-11 Thread Barry Hunter
not if you have defined the images as static in your app.yaml (or similar in java) but if your images are served dynamically (using python/java) then you can. static content is served from a different system to code and so you get little control. but serving them off the code system you get

[google-appengine] Re: image protection

2009-06-11 Thread pranny
a few access checks I would like to know what access checks ? -- Pranav Prakash This life is more than ordinary On Jun 11, 1:32 pm, Barry Hunter barrybhun...@googlemail.com wrote: not if you have defined the images as static in your app.yaml (or similar in java) but if your images are

[google-appengine] Re: image protection

2009-06-11 Thread Wooble
The traditional method is to check if the referer header is from another domain and if it is, don't serve the image. On Jun 11, 12:57 pm, pranny pra...@gmail.com wrote:  a few access checks I would like to know what access checks ? -- Pranav Prakash This life is more than ordinary On

[google-appengine] Re: image protection

2009-06-11 Thread pranny
Aah yea, great. Thanks :-) On Jun 11, 11:34 pm, Wooble geoffsp...@gmail.com wrote: The traditional method is to check if the referer header is from another domain and if it is, don't serve the image. On Jun 11, 12:57 pm, pranny pra...@gmail.com wrote:  a few access checks I would