Differences between revisions 3 and 4
Revision 3 as of 2008-03-06 21:58:43
Size: 371
Editor: JunHu
Comment:
Revision 4 as of 2008-10-03 20:20:19
Size: 371
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Editor cleans HTML tags/attributes in 1.70

It then has problem with embedding Flash and YouTube movies. Solution: in limesurvey/classes/inputfilter/class.inputfilter_clean.php, function inputFilter, change the line

$this->xssAuto = $xssAuto;

to

$this->xssAuto = 0;

to disable the blacklist of the "known" "dangerous" tags and attributes.

JunHu: JunHu/Memo/LimeSurvey (last edited 2008-10-03 20:20:19 by localhost)