Comment 17 for bug 425874

Revision history for this message
Michael Vogt (mvo) wrote : Re: "No screenshot available" handling

I just played with the JS code and I don't think we can use xmlhttp here because the security model will prevent access from a file:/// url to a http:// url (request not going to the same site). So we need to code this in python.