We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8dc02 commit 8e5f9b5Copy full SHA for 8e5f9b5
core/frontend/index.html
@@ -7,6 +7,10 @@
7
<link rel="icon" href="/favicon.ico">
8
<title>BlueOS</title>
9
<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">
14
</head>
15
<body>
16
<noscript>
0 commit comments