Any XSS code can be stored?

If you can’t trust your users, you should take care of this in your templates, using the esc()/escape()helpers. In the backend, you can use validators to control what users can enter into any given field.

Related topics: