[pLog-svn] r6838 - plog/branches/lifetype-1.2/class/data

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Feb 21 19:58:16 EST 2009


Author: jondaley
Date: 2009-02-21 19:58:15 -0500 (Sat, 21 Feb 2009)
New Revision: 6838

Modified:
   plog/branches/lifetype-1.2/class/data/inputfilter.class.php
Log:
allow <embed> tags too.  Some users want to be able to use them

Modified: plog/branches/lifetype-1.2/class/data/inputfilter.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/inputfilter.class.php	2009-02-22 00:42:10 UTC (rev 6837)
+++ plog/branches/lifetype-1.2/class/data/inputfilter.class.php	2009-02-22 00:58:15 UTC (rev 6838)
@@ -18,7 +18,7 @@
 	var $attrMethod;		// default = 0
 
 	var $xssAuto;           // default = 1
-	var $tagBlacklist = array('applet', 'body', 'bgsound', 'base', 'basefont', 'embed', 'frame', 'frameset', 'head', 'html', 'id', 'iframe', 'ilayer', 'layer', 'link', 'meta', 'name', 'script', 'style', 'title', 'xml');
+	var $tagBlacklist = array('applet', 'body', 'bgsound', 'base', 'basefont', 'frame', 'frameset', 'head', 'html', 'id', 'iframe', 'ilayer', 'layer', 'link', 'meta', 'name', 'script', 'style', 'title', 'xml');
 	var $attrBlacklist = array('action', 'background', 'codebase', 'dynsrc', 'lowsrc');  // also will strip ALL event handlers
 		
 	/** 



More information about the pLog-svn mailing list