mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
Added some missing Javascript events
This commit is contained in:
parent
97b3c914f5
commit
a46092d2d3
@ -38,8 +38,8 @@ define("FORMAT_PLAIN", "2"); // Plain text (even tags are printed in full)
|
||||
define("FORMAT_WIKI", "3"); // Wiki-formatted text
|
||||
|
||||
$JAVASCRIPT_TAGS = array("javascript:", "onclick=", "ondblclick=", "onkeydown=", "onkeypress=", "onkeyup=",
|
||||
"onmouseover=", "onmouseout=", "onmousedown=", "onmouseup=",
|
||||
"onblur=", "onfocus=", "onload=", "onselect=");
|
||||
"onmouseover=", "onmouseout=", "onmousedown=", "onmouseup=", "onmousemove=",
|
||||
"onblur=", "onfocus=", "onload=", "onselect=", "onhelp=");
|
||||
|
||||
$ALLOWED_TAGS = "<p><br><b><i><u><font><table><tbody><span><div><tr><td><ol><ul><dl><li><dt><dd><h1><h2><h3><h4><h5><h6><hr><img><a><strong><emphasis><sup><sub><address><cite><blockquote><pre><strike><embed><object><param>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user