diff options
Diffstat (limited to 'modules/luci-base/root/www/index.html')
-rw-r--r-- | modules/luci-base/root/www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html index bc3c98fe71..d5f7d7209f 100644 --- a/modules/luci-base/root/www/index.html +++ b/modules/luci-base/root/www/index.html @@ -3,6 +3,8 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <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 http-equiv="refresh" content="0; URL=cgi-bin/luci/" /> <style type="text/css"> body { background: white; font-family: arial, helvetica, sans-serif; } |