- Fix possible messages exposure when using Roundcube behind a proxy (#1486281)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix possible messages exposure when using Roundcube behind a proxy (#1486281) |
| | | - Fix unicode para and line separators in javascript response (#1486310) |
| | | - additional_message_headers: allow unsetting headers, support plugin's config file (#1486268) |
| | | - Fix displaying of hidden directories in skins list (#1486301) |
| | |
| | | else |
| | | header("Last-Modified: ".gmdate("D, d M Y H:i:s", $mdate)." GMT"); |
| | | |
| | | header("Cache-Control: max-age=0"); |
| | | header("Cache-Control: private, must-revalidate, max-age=0"); |
| | | header("Expires: "); |
| | | header("Pragma: "); |
| | | |