diff options
author | Lain Soykaf <lain@lain.com> | 2025-01-21 11:59:25 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2025-01-21 12:24:56 +0400 |
commit | 22261718907d227a521bb9f898e617ea137c502d (patch) | |
tree | 33d713f6f2fb0fa6453f1701ef6c376f793befb3 /changelog.d/301-small-image-redirect.change | |
parent | 138ead9856512506cc030ed429ffd05d4d03d14d (diff) | |
download | pleroma-22261718907d227a521bb9f898e617ea137c502d.tar.gz pleroma-22261718907d227a521bb9f898e617ea137c502d.zip |
MediaProxyController: Use 301 for permanent redirects
Diffstat (limited to 'changelog.d/301-small-image-redirect.change')
-rw-r--r-- | changelog.d/301-small-image-redirect.change | 1 |
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 |