client: prohibit caching of index.html

Otherwise the client may use a cached asset tree in some cases,
which defeats asset hashing.
This commit is contained in:
Jesse Chan
2021-02-04 17:49:53 +08:00
parent 861f301414
commit 9adb897f23
+3
View File
@@ -2,6 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<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">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#000000" />
<meta name="apple-mobile-web-app-title" content="Flood" />