thomascube
2008-11-23 456c7e40c5b0d3dbc005a9b5eb8887b17ce65c16
Fix headers for IE attachment downloads (#1485449)

1 files modified
2 ■■■ changed files
program/include/rcube_shared.inc 2 ●●● patch | view | raw | blame | history
program/include/rcube_shared.inc
@@ -37,7 +37,7 @@
  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.