Added callto: as an allowed protocol

This commit is contained in:
moodler
2005-03-05 06:01:05 +00:00
parent 766d2bf3b3
commit 32d4301be8
+1 -1
View File
@@ -79,7 +79,7 @@ $ALLOWED_TAGS =
* Allowed protocols - array of protocols that are safe to use in links and so on
* @global string $ALLOWED_PROTOCOLS
*/
$ALLOWED_PROTOCOLS = array('http', 'https', 'ftp', 'news', 'mailto', 'rtsp', 'teamspeak', 'gopher', 'color');
$ALLOWED_PROTOCOLS = array('http', 'https', 'ftp', 'news', 'mailto', 'rtsp', 'teamspeak', 'gopher', 'color', 'callto');
/// Functions