Browse Source

add no-cache meta

sunyj 8 years ago
parent
commit
87f7d16636
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/webapp/WEB-INF/views/preview.html

+ 3 - 0
src/main/webapp/WEB-INF/views/preview.html

@@ -2,6 +2,9 @@
 <html>
 <head>
 <meta charset="UTF-8">
+<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" />
 <title>Preview</title>
 <link rel="stylesheet" href="resources/css/preview.css">
 <link rel="stylesheet"