How do I get around global script protection in my CMS?
We have global script protection enabled on our CF server. I am the admin with full rights. The tags it scans for and replaces with "invalidTag" are these, which are located in the neo-security.xml file:
object|iframe|embed|xss|script|javascript|applet|meta
However, we ocassionally introduce these tags into pages controlled by our CMS, which of course go into a database. When that happens the tags are replaced with "invalidTag".
I want and need script protection enabled to prevent against hackers, but I also want to be able to add these tags to our local CMS. What is the best way around this? Right now, I actually had to remove "object" and "embed" from the list it scans against, but I feel like this defeats the purpose.
When I Googled this issue I saw a couple of hacks that had something to do with re-writing the tag after it was sent into the database, but that seems kind of polish to me. I'm wondering if I'm missing some simple trick to get around this. But then I guess if I could, a hacker could.
Thanks for any advice.
