From 7981e9e7ed901249639c7d130d207b9de228d744 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Wed, 3 Jun 2026 22:44:07 -0400 Subject: [PATCH] zebra-spaces: cache-busting meta on the HTML root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browser HTML caching has been silently serving listeners old builds even after deploy — log shows zero new-build markers from fox's phone or laptop chrome session despite md5 matching on the served file. Heuristic caching with no Cache-Control header gives browsers freedom to keep the HTML for hours. Adding the standard meta cache-bust triplet so the HTML is treated as no-cache by every browser regardless of Caddy headers. JS / CSS is inline so this covers the whole page in one go. --- web/zebra-spaces.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/zebra-spaces.html b/web/zebra-spaces.html index 0a69770..6a60d78 100644 --- a/web/zebra-spaces.html +++ b/web/zebra-spaces.html @@ -3,6 +3,9 @@ + + + zebra spaces