Add drimage_stage_file_proxy as submodule.
Stage file proxy using a request subscriber to download images. To prevent code duplication I added also an request subscriber and inherit from the stage file proxy subscriber. To prevent hard dependencies I decided to put everything in an extra module.
Another pitfal is that stage file proxy is doing a hard redirect after download. So for now the images will work only after the second request.