show/hide this revision's text 2 spelling

Ho How can I allow my user to insert HTML code, without risks? (not only technical risks)

Hi guys.

I developed a web application, that permits my users to manage some aspects of a web site dynamically (ye, yes, some kind of cms) in LAMP environment (debian, apache, php, mysql)

Well, for example, they create a news in their private area on my server, then this is published on their website via a cURL request (or by ajax).

The news is created with an WYSIWYG editor (fck at moment, probably tinyMCE in the next future).

So, i cant can't disallow the html tags, but how can i be safe? What kind of tags i MUST delete (javascripts?)? That in meaning to be server-safe.. but ho how to be 'legally' safe? If an user use my application to make xss, can i be have some legal troubles?

show/hide this revision's text 1

Ho can I allow my user to insert HTML code, without risks? (not only technical risks)

Hi guys.

I developed a web application, that permits my users to manage some aspects of a web site dynamically (ye, some kind of cms) in LAMP environment (debian, apache, php, mysql)

Well, for example, they create a news in their private area on my server, then this is published on their website via a cURL request (or by ajax).

The news is created with an WYSIWYG editor (fck at moment, probably tinyMCE in the next future).

So, i cant disallow the html tags, but how can i be safe? What kind of tags i MUST delete (javascripts?)? That in meaning to be server-safe.. but ho to be 'legally' safe? If an user use my application to make xss, can i be have some legal troubles?