From: skodak Date: Sat, 15 Mar 2008 15:01:27 +0000 (+0000) Subject: MDL-13886 whitelist text-decoration in kses cleaning; merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f043289d2f93e7f913d74d58003f2ca2590a3e82;p=moodle.git MDL-13886 whitelist text-decoration in kses cleaning; merged from MOODLE_19_STABLE --- diff --git a/lib/weblib.php b/lib/weblib.php index 129e60484f..0e1cf0375d 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -101,7 +101,7 @@ $ALLOWED_TAGS = */ $ALLOWED_PROTOCOLS = array('http', 'https', 'ftp', 'news', 'mailto', 'rtsp', 'teamspeak', 'gopher', 'mms', 'color', 'callto', 'cursor', 'text-align', 'font-size', 'font-weight', 'font-style', - 'border', 'margin', 'padding', 'background'); // CSS as well to get through kses + 'border', 'margin', 'padding', 'background', 'text-decoration'); // CSS as well to get through kses /// Functions