WYSIWYG editor security question (preventing malicious input)

Posted by Walker on Stack Overflow See other posts from Stack Overflow or by Walker
Published on 2010-06-15T18:39:45Z Indexed on 2010/06/15 18:42 UTC
Read the original article Hit count: 158

Filed under:
|
|
|
|

I'm using jWYSIWYG in a form I'm creating that posts to a database and was wondering how you can prevent a malicious user from trying to inject code in the frame?

Doesn't the editor need brackets (which I'd normally strip during the post process) in order to display styles?

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript