From 1b27ffa4d2ca72b85e9272a85ef5acfec08edfeb Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 23 Nov 2008 14:55:38 +0000 Subject: Fix headers for IE attachment downloads (#1485449) git-svn-id: https://svn.roundcube.net/trunk@2085 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_shared.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/rcube_shared.inc b/roundcubemail/program/include/rcube_shared.inc index 9f8bc4f04..b0eabc420 100644 --- a/roundcubemail/program/include/rcube_shared.inc +++ b/roundcubemail/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. -- cgit v1.2.3