mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-20 12:22:10 +01:00
fix for the problem, that allowed attribute values where stripped, due to the security bugfix
This commit is contained in:
parent
bcecc2f3a4
commit
b1c8db9ee8
@ -517,7 +517,12 @@
|
|||||||
if(isset($string2[1]) && !preg_match('%/\?%',$string2[0]))
|
if(isset($string2[1]) && !preg_match('%/\?%',$string2[0]))
|
||||||
{
|
{
|
||||||
return $this->_bad_protocol_once2($string2[0]).trim($string2[1]);
|
return $this->_bad_protocol_once2($string2[0]).trim($string2[1]);
|
||||||
}
|
} else {
|
||||||
|
if (!isset($string2[1]))
|
||||||
|
{
|
||||||
|
return $string2[0];
|
||||||
|
}
|
||||||
|
}
|
||||||
return '';
|
return '';
|
||||||
} # function _bad_protocol_once
|
} # function _bad_protocol_once
|
||||||
|
|
||||||
@ -676,4 +681,4 @@
|
|||||||
return '0.0.2 (OOP fork of kses 0.2.1)';
|
return '0.0.2 (OOP fork of kses 0.2.1)';
|
||||||
} # function _version
|
} # function _version
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user