summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/exe/fetch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php
index e647ea384..8f5dd40bc 100644
--- a/lib/exe/fetch.php
+++ b/lib/exe/fetch.php
@@ -76,7 +76,7 @@
header("Content-Type: $MIME");
header('Last-Modified: '.date('r',filemtime($FILE)));
header('Content-Length: '.filesize($FILE));
- header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
+ header('Cache-Control: private, must-revalidate, post-check=0, pre-check=0');
//application mime type is downloadable
if(substr($MIME,0,11) == 'application'){