Skip to content

Commit 8e5f9b5

Browse files
frontend: index.html: add meta tags to hint browser not to cache the html
1 parent 2b8dc02 commit 8e5f9b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/frontend/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<link rel="icon" href="/favicon.ico">
88
<title>BlueOS</title>
99
<link rel="stylesheet" href="/userdata/styles/theme_style.css">
10+
<!-- Prevent caching -->
11+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
12+
<meta http-equiv="Pragma" content="no-cache">
13+
<meta http-equiv="Expires" content="0">
1014
</head>
1115
<body>
1216
<noscript>

0 commit comments

Comments
 (0)