From 6e40ef0d977080412b55f3c91ca76c11eaadc84e Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 20 Apr 2008 16:39:03 +0000 Subject: [PATCH] Cache-Control 'no-store flag' added --- web/.htaccess | 2 +- web/briskin5/.htaccess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.htaccess b/web/.htaccess index 856a4e6..f6c3ba4 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,5 +1,5 @@ -header append Cache-Control "public, last-modified, must-revalidate" +header append Cache-Control "public, no-store, last-modified, must-revalidate" header append Pragma "no-cache" diff --git a/web/briskin5/.htaccess b/web/briskin5/.htaccess index 856a4e6..f6c3ba4 100644 --- a/web/briskin5/.htaccess +++ b/web/briskin5/.htaccess @@ -1,5 +1,5 @@ -header append Cache-Control "public, last-modified, must-revalidate" +header append Cache-Control "public, no-store, last-modified, must-revalidate" header append Pragma "no-cache" -- 2.17.1