mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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; }
|
||||
|
||||
$url = html::link('/index.php', $link->view);
|
||||
|
||||
// do not expose sensitive data
|
||||
$url = preg_replace('/(sessionid|kp3|domain)=[^&]+&?/','',$url);
|
||||
// extract application-icon from menuaction
|
||||
if($link->view['menuaction']) {
|
||||
$menuaction_arr = explode('.',$link->view['menuaction']);
|
||||
|
Loading…
Reference in New Issue
Block a user