diff options
author | Will Hunt <will@half-shot.uk> | 2023-09-29 12:19:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 07:19:38 -0400 |
commit | 79eb6c0cdc15ccb5083368c923653862a4d2d23a (patch) | |
tree | cab766d8cf3a9447953e39f78b17a3255d1c2de6 /changelog.d | |
parent | Remove warnings from the docs about using message retention. (#16382) (diff) | |
download | synapse-79eb6c0cdc15ccb5083368c923653862a4d2d23a.tar.xz |
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).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15988.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15988.feature b/changelog.d/15988.feature new file mode 100644 index 0000000000..dee8fa597f --- /dev/null +++ b/changelog.d/15988.feature @@ -0,0 +1 @@ +Render plain, CSS, CSV, JSON and common image formats media content in the browser (inline) when requested through the /download endpoint. \ No newline at end of file |