Cache-Control 'no-store flag' added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 20 Apr 2008 16:39:03 +0000 (16:39 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 20 Apr 2008 16:39:03 +0000 (16:39 +0000)
web/.htaccess
web/briskin5/.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"
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"