luci-base: index.html: add extend cache-control directive
authorJo-Philipp Wich <jo@mein.io>
Thu, 1 Aug 2019 13:43:08 +0000 (15:43 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 1 Aug 2019 13:44:52 +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

index e964175829109e87f6eb92685e2ee75953d0411d..6899820a44007876976865dd7682162d8f828b85 100644 (file)
@@ -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">