mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Fix security breach.
This commit is contained in:
@ -826,7 +826,7 @@ ComunicWeb.components.posts.ui = {
|
||||
appendTo: postRoot,
|
||||
type: "div",
|
||||
class: "post_content",
|
||||
innerHTML: info.content
|
||||
innerHTML: removeJavascriptEventsFromHTML(info.content)
|
||||
});
|
||||
|
||||
//Parse emojies
|
||||
|
Reference in New Issue
Block a user