Hi
I'm facing what I suppose to be a very common issue among users of CKEditor
The editor allows users to create html.
I want then show this html back to the user on my site. Which forces me to technically allow user created html, created by CKEditor but also by othe means.
Two potential problems here:
1. Users pasting somehow broken html, thus breaking the structure of the whole page (not opening / not closing tags for instance)
2. Real malicious behaviors, injections etc.
I would appreciate references to resources in the documentation here, regarding this general issue. I'm almost 100% sure there are some
Thank you
I'm facing what I suppose to be a very common issue among users of CKEditor
The editor allows users to create html.
I want then show this html back to the user on my site. Which forces me to technically allow user created html, created by CKEditor but also by othe means.
Two potential problems here:
1. Users pasting somehow broken html, thus breaking the structure of the whole page (not opening / not closing tags for instance)
2. Real malicious behaviors, injections etc.
I would appreciate references to resources in the documentation here, regarding this general issue. I'm almost 100% sure there are some
Thank you