forward cache-status header in images middleware#7989
forward cache-status header in images middleware#7989Roshan-Pawar wants to merge 1 commit intoplone:mainfrom
Conversation
|
@Roshan-Pawar you need to sign the Plone Contributor Agreement to merge this pull request. Learn about the Plone Contributor Agreement: https://plone.org/foundation/contributors-agreement If you have already signed the agreement, please allow a week for your agreement to be processed. If after a week you have not received an invitation, then please contact agreements@plone.org. |
|
Caution The Volto Team has suspended its review of new pull requests from first-time contributors until the release of Plone 7, which is preliminarily scheduled for the second quarter of 2026. Thanks for submitting your first pull request! You are awesome! 🤗 If you haven't done so already, read Welcome to the Plone community! 🎉 |
Closes # 7962
Fix: Forward Cache-Status header in images middleware
The images middleware maintains an explicit allowlist of response headers forwarded from the backend.
The Cache-Status header (RFC 9211) was missing from this list, causing it to be stripped from responses.