Sfoglia il codice sorgente

force browser to always retrieve latest index.html file

tigger 2 settimane fa
parent
commit
862f2cfb7f
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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>