Closed kamranayub closed 13 years ago
This:
<iframe title="YouTube video player" width="480" height="390" src="some url" frameborder="0" allowfullscreen></iframe>
Does not work; I have SafeMode = false. It allows the end tag but encodes the <iframe tag.
<iframe
If I take off allowfullscreen it then works. I think for some reason it's not allowing the HTML even though SafeMode is off.
allowfullscreen
SafeMode
Fixed
This:
Does not work; I have SafeMode = false. It allows the end tag but encodes the
<iframe
tag.If I take off
allowfullscreen
it then works. I think for some reason it's not allowing the HTML even thoughSafeMode
is off.