Changeset 5510a52 in github


Ignore:
Timestamp:
Nov 24, 2011 2:34:32 AM (18 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
80216d0
Parents:
f78b944
Message:
  • Fix possible infinite redirect on attachment preview (#1488199)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rf78b944 r5510a52  
    22=========================== 
    33 
     4- Fix possible infinite redirect on attachment preview (#1488199) 
    45- Improved clickjacking protection for browsers which don't support X-Frame-Options headers 
    56- Fixed bug where similiar folder names were highlighted wrong (#1487860) 
  • program/steps/mail/get.inc

    r9e54e6f r5510a52  
    2323// show loading page 
    2424if (!empty($_GET['_preload'])) { 
    25   $url = str_replace('&_preload=1', '', $_SERVER['REQUEST_URI']); 
     25  $url = preg_replace('/[&?]+_preload=1/', '', $_SERVER['REQUEST_URI']); 
    2626  $message = rcube_label('loadingdata'); 
    2727 
Note: See TracChangeset for help on using the changeset viewer.