mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fixed security breach in conversations system
This commit is contained in:
		@@ -789,7 +789,7 @@ ComunicWeb.components.conversations.chatWindows = {
 | 
			
		||||
		var textMessage = createElem2({
 | 
			
		||||
			appendTo: messageTargetElem,
 | 
			
		||||
			type: "span",
 | 
			
		||||
			innerHTML: messageInfos.message,
 | 
			
		||||
			innerHTML: removeHtmlTags(messageInfos.message), //Remove HTML tags
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		//Check if an image has to be added
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user