Changeset 496da6a in github
- Timestamp:
- Nov 23, 2009 2:25:43 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a5f430d
- Parents:
- c96c5a9
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_shared.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rbc6ac4d r496da6a 2 2 =========================== 3 3 4 - Fix possible messages exposure when using Roundcube behind a proxy (#1486281) 4 5 - Fix unicode para and line separators in javascript response (#1486310) 5 6 - additional_message_headers: allow unsetting headers, support plugin's config file (#1486268) -
program/include/rcube_shared.inc
r5818e44 r496da6a 94 94 header("Last-Modified: ".gmdate("D, d M Y H:i:s", $mdate)." GMT"); 95 95 96 header("Cache-Control: max-age=0");96 header("Cache-Control: private, must-revalidate, max-age=0"); 97 97 header("Expires: "); 98 98 header("Pragma: ");
Note: See TracChangeset
for help on using the changeset viewer.
