mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
reverted r28072: maybe its better to keep the truncation of sensitive data for some cases
This commit is contained in:
parent
b9c7fa9526
commit
cdd9450504
@ -154,7 +154,8 @@ class notifications_popup implements notifications_iface {
|
|||||||
if(!$link->popup) { $link->view['no_popup'] = 1; }
|
if(!$link->popup) { $link->view['no_popup'] = 1; }
|
||||||
|
|
||||||
$url = html::link('/index.php', $link->view);
|
$url = html::link('/index.php', $link->view);
|
||||||
|
// do not expose sensitive data
|
||||||
|
$url = preg_replace('/(sessionid|kp3|domain)=[^&]+&?/','',$url);
|
||||||
// extract application-icon from menuaction
|
// extract application-icon from menuaction
|
||||||
if($link->view['menuaction']) {
|
if($link->view['menuaction']) {
|
||||||
$menuaction_arr = explode('.',$link->view['menuaction']);
|
$menuaction_arr = explode('.',$link->view['menuaction']);
|
||||||
|
Loading…
Reference in New Issue
Block a user