diff options
author | feld <feld@feld.me> | 2024-08-29 14:54:01 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-08-29 14:54:01 +0000 |
commit | 8d0703460851155296255561b23ab22696446803 (patch) | |
tree | 10e8ccd173f5de08dd86b0f69d8626b0aa20802e /changelog.d | |
parent | 7910b235c7e7e7ae6904f01eee531e10d3005d72 (diff) | |
parent | c17a78c55a6b288c271923f730dc69aaf27e6556 (diff) | |
download | pleroma-8d0703460851155296255561b23ab22696446803.tar.gz pleroma-8d0703460851155296255561b23ab22696446803.zip |
Merge branch 'pleroma-http-stream' into 'develop'
Pleroma.HTTP: support streaming response bodies
See merge request pleroma/pleroma!4239
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/rich-media-no-heads.change | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/rich-media-no-heads.change b/changelog.d/rich-media-no-heads.change new file mode 100644 index 000000000..0bab323aa --- /dev/null +++ b/changelog.d/rich-media-no-heads.change @@ -0,0 +1 @@ +Rich Media preview fetching will skip making an HTTP HEAD request to check a URL for allowed content type and length if the Tesla adapter is Gun or Finch |