Explorar el Código

add no-cache meta

sunyj hace 8 años
padre
commit
87f7d16636
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"