Today I was trying to post YouTube video code with another blog, but got
object html tag replaced with
InvalidTag string. After googling a bit following solution comes through: set scriptprotect="none" with your cfapplication tag to disable
Global Script Protection which is enabled by default in your CFMX server. Another way to disable this option is to use CF Admin.
More information on this issue available at
Adobe LiveDocs.
Discussion (1 comment)