We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ce594 commit a6ef6b7Copy full SHA for a6ef6b7
source/DasBlog.Web.UI/Controllers/BlogPostController.cs
@@ -439,8 +439,6 @@ public IActionResult AddComment(AddCommentViewModel addcomment)
439
return CommentError(addcomment, errors);
440
}
441
442
- addcomment.Content = dasBlogSettings.FilterHtml(addcomment.Content);
443
-
444
var commt = mapper.Map<NBR.Comment>(addcomment);
445
commt.AuthorIPAddress = HttpContext.Connection.RemoteIpAddress.ToString();
446
commt.AuthorUserAgent = HttpContext.Request.Headers["User-Agent"].ToString();
0 commit comments