Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Using Django as a Pass Through Image Proxy (via) Neat idea for running development environments against data copied from a live production site—a static file serving handler which uses a local cache but copies in user-uploaded files from the production site the first time they are requested.

Tagged ,

2 comments

  1. Nice idea, but I'd still be slightly concerned about (say) obscuring people's email addresses so you don't accidentally send them mail from your dev system.

    I'd also be wary of data privacy issues. In this case, it should be OK, as you're requesting public information from the other web site. But it'd be easy to go one step further and request privileged information (I'll just read the browser's cookie file, so I can get the stuff I need…).

    Dominic Mitchell - 22nd March 2010 10:26 - #

  2. I haven't tried it yet but with the new email authentication backend you could just send non-whitelist addressed messages to /dev/null rather than sent out for delivery.

    Huxley - 22nd March 2010 13:29 - #

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site