Changeset 496da6a in github


Ignore:
Timestamp:
Nov 23, 2009 2:25:43 PM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a5f430d
Parents:
c96c5a9
Message:
  • Fix possible messages exposure when using Roundcube behind a proxy (#1486281)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rbc6ac4d r496da6a  
    22=========================== 
    33 
     4- Fix possible messages exposure when using Roundcube behind a proxy (#1486281) 
    45- Fix unicode para and line separators in javascript response (#1486310) 
    56- additional_message_headers: allow unsetting headers, support plugin's config file (#1486268) 
  • program/include/rcube_shared.inc

    r5818e44 r496da6a  
    9494    header("Last-Modified: ".gmdate("D, d M Y H:i:s", $mdate)." GMT"); 
    9595   
    96   header("Cache-Control: max-age=0"); 
     96  header("Cache-Control: private, must-revalidate, max-age=0"); 
    9797  header("Expires: "); 
    9898  header("Pragma: "); 
Note: See TracChangeset for help on using the changeset viewer.