cache-control
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-07 09:58:59 +00:00
parent 49f466f298
commit a91c21ecfd
6 changed files with 35 additions and 23 deletions

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-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Safebox installer</title>
<style>
html, body {
@@ -20,6 +23,6 @@ iframe {
</style>
</head>
<body>
<iframe src="scan.html"></iframe>
<iframe src="scan.html?t=1"></iframe>
</body>
</html>