diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-04-17 21:07:08 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-04-18 00:09:19 +0200 |
commit | 8f0f58e28b58cd9a4a05f1b927aa24fd63f9a3bd (patch) | |
tree | 7f8e75e9b8adb07d80696319f150b2c9239c9030 /changelog.d | |
parent | 3867b52aefdab5c26bcd4f58155b1370ee40e4dd (diff) | |
download | pleroma-8f0f58e28b58cd9a4a05f1b927aa24fd63f9a3bd.tar.gz pleroma-8f0f58e28b58cd9a4a05f1b927aa24fd63f9a3bd.zip |
UploadedMedia: Add missing disposition_type to Content-Disposition
Set it to `inline` because the vast majority of what's sent is multimedia
content while `attachment` would have the side-effect of triggering a
download dialog.
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3114
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3873.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3873.fix b/changelog.d/3873.fix new file mode 100644 index 000000000..4699f7b58 --- /dev/null +++ b/changelog.d/3873.fix @@ -0,0 +1 @@ +UploadedMedia: Add missing disposition_type to Content-Disposition
\ No newline at end of file |