summaryrefslogtreecommitdiff
path: root/program/include
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-11-23 14:55:38 +0000
committerthomascube <thomas@roundcube.net>2008-11-23 14:55:38 +0000
commit456c7e40c5b0d3dbc005a9b5eb8887b17ce65c16 (patch)
tree3ddd8bda67a0cda336d656a781876036009685bb /program/include
parent29c64b0bdd3ee16532ed5f390044e5d5bec5bdec (diff)
Fix headers for IE attachment downloads (#1485449)
Diffstat (limited to 'program/include')
-rw-r--r--program/include/rcube_shared.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_shared.inc b/program/include/rcube_shared.inc
index 9f8bc4f04..b0eabc420 100644
--- a/program/include/rcube_shared.inc
+++ b/program/include/rcube_shared.inc
@@ -37,7 +37,7 @@ function send_nocacheing_headers()
header("Expires: ".gmdate("D, d M Y H:i:s")." GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
- header("Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
+ header("Cache-Control: private, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");
// We need to set the following headers to make downloads work using IE in HTTPS mode.