shmuel613
unread,Nov 9, 2010, 12:48:09 PM11/9/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to htmlpurifier
Is there a conflict between allowing embed tags and setting
HTML.Trusted to true? I need to allow for object/embed tags and
javascript for a special group of users, and the two seem to
conflict. This is obviously only a bug in IE, since object tags come
through fine. My currenct config is:
$config->set('HTML.Trusted', true);
$config->set('HTML.SafeObject', true);
$config->set('Output.FlashCompat', true);
Any ideas/solutions would be greatly appreciated.
Thanks!