Merge pull request #5977 from danielkucera/patch-1
proper cache control in firefox
This commit is contained in:
commit
4f17b55ab4
1 changed files with 2 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue