Forum issue: forum uses 5 year old version of CLEditor
GordonMcComb
Posts: 3,366
In researching the HTML editor used with Vanilla, I discovered the version being used is an old and deprecated one, first released almost five years ago. There have been numerous bug fixes since then, including some that may effect security.
A later version may address some of the functional issues users have been experiencing.
A later version may address some of the functional issues users have been experiencing.
Comments
Hate HTML, CSS, the browser DOM and jQuery.
No doubt if I messed with cleditor it would end up a worse security problem than it is now,
Anyway, when to comes to the security of the thing, that has to be taken care of in the input sanitizing on the server end. One should never trust that the client side JS for that.
Presumably that is PHP and I would rather not go anywhere near that nightmare.
Heater: I completely disagree! PHP is my prefered language for web server stuff, and anything js I call up a friend.