Harden HTML cache headers

This commit is contained in:
Theodore Song
2026-07-20 21:48:03 -04:00
parent 37ace65891
commit e4d79b5159
3 changed files with 41 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Cache-Control" content="no-store, max-age=0, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Personal Polymarket Arena</title>
<meta http-equiv="refresh" content="0; url=/?personal=1#live" />
<script>location.replace("/?personal=1#live");</script>