From 7986145f941bfb5a898c91eb175e3a740d663ea0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 4 Nov 2024 02:06:04 +0100 Subject: Bust Chrome's annoying bfcache that ignores Cache-control: no-store. --- views/games_active.pug | 1 + 1 file changed, 1 insertion(+) (limited to 'views') diff --git a/views/games_active.pug b/views/games_active.pug index ee9687f..6046b9b 100644 --- a/views/games_active.pug +++ b/views/games_active.pug @@ -14,6 +14,7 @@ html title= SITE_NAME if active_games.length > 0 meta(http-equiv="refresh" content=600) + script window.onunload=function(){} body include header article.wide -- cgit v1.2.3