When you download/save proxified media, the original filename is lost. That information could be retained by passing a header Content-Disposition: inline; filename="ORIGNAL_FILENAME.EXT" when serving the media file. The requested URL would still be obfuscated, but if the client downloads the file it'll use that original filename.
Do you follow the guidelines?
[X] I have tested my changes
[X] There is no breaking changes
[X] I really tested my changes and there is no regression
When you download/save proxified media, the original filename is lost. That information could be retained by passing a header
Content-Disposition: inline; filename="ORIGNAL_FILENAME.EXT"
when serving the media file. The requested URL would still be obfuscated, but if the client downloads the file it'll use that original filename.Do you follow the guidelines?