- Issue created by @prudloff
- @prudloff opened merge request.
- Status changed to Needs review
about 2 years ago 10:43am 27 March 2023 - 🇫🇷France prudloff Lille
I submitted a MR that makes the module always use s-max-age.
But I guess this would be considered a breaking change and would need to be behind a specific setting? - Status changed to RTBC
21 days ago 11:03am 17 March 2025 - 🇫🇷France arousseau
I tested the changes from this MR on the latest 2.0.1
Displaying a simple test block with a hard-coded cache max-age of 36, the header went from :
cache-control
max-age=36, publicto :
cache-control
max-age=0, must-revalidate, public, s-maxage=36Works as advertised.