mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 02:56:05 +00:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user