Skip to content

Commit 5401d02

Browse files
ejmccalla4607claude
andcommitted
Add no-cache meta tag to prevent stale HTML being served
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 661a0af commit 5401d02

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

webapp/picklist.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
67
<meta name="theme-color" content="#0a0f1e" />
78
<meta name="mobile-web-app-capable" content="yes" />
89
<meta name="apple-mobile-web-app-capable" content="yes" />

webapp/planner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
67
<meta name="theme-color" content="#0a0f1e" />
78
<meta name="mobile-web-app-capable" content="yes" />
89
<meta name="apple-mobile-web-app-capable" content="yes" />

0 commit comments

Comments
 (0)