summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2025-01-21 09:31:17 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2025-01-21 09:31:17 +0000
commit4461cc984dfc895870c23d3fbe5f0f41a587f812 (patch)
tree0d8f553e4801dffded680ebb20f6d0f4d0002ae8 /changelog.d
parent1bebc900ed836fcdb3d651a8d09476ac0f9e349e (diff)
parent22261718907d227a521bb9f898e617ea137c502d (diff)
downloadpleroma-4461cc984dfc895870c23d3fbe5f0f41a587f812.tar.gz
pleroma-4461cc984dfc895870c23d3fbe5f0f41a587f812.zip
Merge branch 'proxy-redirect' into 'develop'
MediaProxyController: Use 301 for permanent redirects See merge request pleroma/pleroma!4313
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/301-small-image-redirect.change1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/301-small-image-redirect.change b/changelog.d/301-small-image-redirect.change
new file mode 100644
index 000000000..c5be80539
--- /dev/null
+++ b/changelog.d/301-small-image-redirect.change
@@ -0,0 +1 @@
+Performance: Use 301 (permanent) redirect instead of 302 (temporary) when redirecting small images in media proxy. This allows browsers to cache the redirect response. \ No newline at end of file