Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mediaproxy): pass original filename in Content-Disposition header #2920

Merged
merged 1 commit into from
Oct 31, 2024

Commits on Oct 31, 2024

  1. feat(mediaproxy): pass original filename in Content-Disposition header

    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.
    fguillot committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    407a6d6 View commit details
    Browse the repository at this point in the history