diff --git a/lib/weblib.php b/lib/weblib.php
index 921b5f8..d59d0bd 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', 'font-family',
-                           'border', 'margin', 'padding', 'background', 'background-color', 'text-decoration');   // CSS as well to get through kses
+                           'border', 'margin', 'padding', 'background', 'background-color', 'text-decoration', 'clsid');   // CSS as well to get through kses
 
 
 /// Functions

