synapse/changelog.d/15988.feature
Will Hunt 79eb6c0cdc
Support rendering some media downloads as inline (#15988)
Use an `inline` Content-Disposition header when the media is
"safe" to display inline (some known text, image, video, audio
formats).
2023-09-29 07:19:38 -04:00

1 line
138 B
Gherkin

Render plain, CSS, CSV, JSON and common image formats media content in the browser (inline) when requested through the /download endpoint.