diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-08-01 15:43:08 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-08-01 15:43:35 +0200 |
commit | 1fe45a934445378115bfd09a48136c23b0df3a63 (patch) | |
tree | c28a41258da9a65f61952cfad8bf31b561c82adb /modules/luci-base | |
parent | 05cad423ce2582a2828f35291c825f8ce7eb38a1 (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.html | 2 |
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"> |