From bb184edbf9fff99c73d1e608c105a5591f070254 Mon Sep 17 00:00:00 2001 From: x Date: Sat, 24 Jan 2026 19:01:57 +0100 Subject: [PATCH] potential fix for tag page? --- src/inc/routes/toptags.mjs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/inc/routes/toptags.mjs b/src/inc/routes/toptags.mjs index 7f4252d..fb84eea 100644 --- a/src/inc/routes/toptags.mjs +++ b/src/inc/routes/toptags.mjs @@ -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,