potential fix for tag page?

This commit is contained in:
x
2026-01-24 19:01:57 +01:00
parent 559521feb2
commit bb184edbf9

View File

@@ -28,7 +28,12 @@ export default (router, tpl) => {
LIMIT 500
;
`;
res.setHeader('Cache-Control', 'no-store, no-cache, must-revalidate, proxy-revalidate');
res.setHeader('Pragma', 'no-cache');
res.setHeader('Expires', '0');
res.setHeader('Surrogate-Control', 'no-store');
res.reply({
body: tpl.render('tags', {
toptags,