diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-04 02:06:04 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-04 02:06:04 +0100 |
commit | 7986145f941bfb5a898c91eb175e3a740d663ea0 (patch) | |
tree | f7a57be01c4d7d3ff937eed04154d4a3d2d04b79 /views | |
parent | 1172b452e371ba79fe3e5e2f28e23c7f67735771 (diff) | |
download | server-7986145f941bfb5a898c91eb175e3a740d663ea0.tar.gz |
Bust Chrome's annoying bfcache that ignores Cache-control: no-store.
Diffstat (limited to 'views')
-rw-r--r-- | views/games_active.pug | 1 |
1 files changed, 1 insertions, 0 deletions
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 |