]> git.proxmox.com Git - pve-http-server.git/commit
acknowledge content-disposition header
authorDaniel Tschlatscher <d.tschlatscher@proxmox.com>
Wed, 7 Sep 2022 08:56:28 +0000 (10:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Sep 2022 12:35:32 +0000 (14:35 +0200)
commit9c1388daf144494f1b88fe2d6f2b6356a8cb900a
tree8b33f4e21dd4b89215c752b35e3008b5b2a71b13
parent4099febef5df2766b136fcd6a2e6b384c7b5a7cd
acknowledge content-disposition header

Acknowledging the Content-Disposition header makes it possible for the
backend to tell the browser whether a file should be downloaded,
rather than displayed inline, and what it's default name should be.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
src/PVE/APIServer/AnyEvent.pm