Explorar o código

force browser to always retrieve latest index.html file

tigger hai 2 semanas
pai
achega
862f2cfb7f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/index.html

+ 4 - 0
src/index.html

@@ -13,6 +13,10 @@
   <link rel="manifest" href="manifest.webmanifest">
   <meta content="yes" name="apple-mobile-web-app-capable"/>
   <meta content="yes" name="mobile-web-app-capable"/>
+
+  <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" />
 </head>
 <body class="mat-app-background">
   <app-root></app-root>