Cache-Control 'no-store flag' added
[brisk.git] / web / .htaccess
index 856a4e6..f6c3ba4 100644 (file)
@@ -1,5 +1,5 @@
 <FilesMatch "\.(js|css)$">
-header append Cache-Control "public, last-modified, must-revalidate"
+header append Cache-Control "public, no-store, last-modified, must-revalidate"
 </FilesMatch>
 <FilesMatch "\.php$">
 header append Pragma "no-cache"