“HTML raw” problem on 2.2.1 version

granado

Joined: 2006-10-06
Posts: 6
Posted: Sat, 2007-05-12 16:10

I have activated the HTML raw. In the previous versions It was working good but in the 2.2.1 version it’s not working correctly now if I write this code on the description box:

<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=7707585592627775409&hl=es" flashvars=""> </embed>

when I hit save the code it’s deleted:

Any suggestions to resolve this problem?

http://www.granado.org

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2007-05-12 16:15

the HTML is filtered.
HTML in comments are filtered since G2.1, HTML in item title, summary, description is filtered since G2.2.

this is a security measure (anti cross site scripting and the like).

we filter out things like JavaScript, objects, _embed tag_ and other potentially malicious stuff.

please give the forum search page a try to find ways to disable the filtering. it has been discussed in a few topics already.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
granado

Joined: 2006-10-06
Posts: 6
Posted: Sat, 2007-05-12 16:21