diff options
author | mkljczk <git@mkljczk.pl> | 2025-02-17 17:36:02 +0100 |
---|---|---|
committer | mkljczk <git@mkljczk.pl> | 2025-02-17 17:36:02 +0100 |
commit | ea01b5934f41a13f480221e554723f2b214d67e3 (patch) | |
tree | 631c5aa815ef8a133461e45437ff917149f23e0c /changelog.d/301-small-image-redirect.change | |
parent | 3e5517e7bb549d22258d2d7788ba52797648d6b7 (diff) | |
parent | a1f4da7ae2ed5d063b3d146f223a96b9db9bb505 (diff) | |
download | pleroma-ea01b5934f41a13f480221e554723f2b214d67e3.tar.gz pleroma-ea01b5934f41a13f480221e554723f2b214d67e3.zip |
Merge remote-tracking branch 'origin/develop' into post-languages
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 |