projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd908ce
)
luci-base: index.html: add extend cache-control directive
author
Jo-Philipp Wich
<jo@mein.io>
Thu, 1 Aug 2019 13:43:08 +0000
(15:43 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 1 Aug 2019 13:44:02 +0000
(15:44 +0200)
Fixes: #2942
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
1fe45a934445378115bfd09a48136c23b0df3a63
)
modules/luci-base/root/www/index.html
patch
|
blob
|
history
diff --git
a/modules/luci-base/root/www/index.html
b/modules/luci-base/root/www/index.html
index e964175829109e87f6eb92685e2ee75953d0411d..6899820a44007876976865dd7682162d8f828b85 100644
(file)
--- 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">