summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-08-01 15:43:08 +0200
committerJo-Philipp Wich <jo@mein.io>2019-08-01 15:43:35 +0200
commit1fe45a934445378115bfd09a48136c23b0df3a63 (patch)
treec28a41258da9a65f61952cfad8bf31b561c82adb /modules/luci-base
parent05cad423ce2582a2828f35291c825f8ce7eb38a1 (diff)
luci-base: index.html: add extend cache-control directive
Fixes: #2942 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base')
-rw-r--r--modules/luci-base/root/www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html
index e96417582..6899820a4 100644
--- a/modules/luci-base/root/www/index.html
+++ b/modules/luci-base/root/www/index.html
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<meta http-equiv="Cache-Control" content="no-cache" />
+<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci/" />
</head>
<body style="background-color: white">