Changeset 3132 in subversion
- Timestamp:
- Nov 23, 2009 2:25:43 PM (3 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_shared.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r3128 r3132 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) -
trunk/roundcubemail/program/include/rcube_shared.inc
r3063 r3132 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.
