From 0d5b50627bcf776d3c2411fb91c01e8cc4349d59 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Mon, 31 Dec 2012 17:13:50 +0100 Subject: [PATCH] no-store Cache-control header removed fix Panda antivirus and IE6 JS error --- web/.htaccess | 2 +- web/briskin5/.htaccess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.htaccess b/web/.htaccess index 5f6ad6a..0eb7591 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,5 +1,5 @@ -header append Cache-Control "public, no-store, last-modified, must-revalidate" +header append Cache-Control "public, last-modified, must-revalidate" header append Pragma "no-cache" diff --git a/web/briskin5/.htaccess b/web/briskin5/.htaccess index 5f6ad6a..0eb7591 100644 --- a/web/briskin5/.htaccess +++ b/web/briskin5/.htaccess @@ -1,5 +1,5 @@ -header append Cache-Control "public, no-store, last-modified, must-revalidate" +header append Cache-Control "public, last-modified, must-revalidate" header append Pragma "no-cache" -- 2.17.1