Bug breaking all Javascript functions when loading a post
If a post body contains an unclosed HTML tag, it will be automatically closed it at the end of window.isoData and then all Javascript functionality disappears.
https://github.com/LemmyNet/lemmy-ui/issues/1192Open linkView original on aussie.zone
2 replies
That's a bit concerning, isn't it? I would think the fact that HTML in the post body is being parsed at all hints at the possibility of an injection attack.
Yeah, very concerning!
I think it is related to this change, so maybe the sanitize is causing the issue here.