You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on notion alternative using react js and this awesome package , now i didn't succeed on making a dompurify plugin that will sanitize the html before it's rendered on the dom , especially when using markdown comments like [link](google.com) as this is a huge door for xss attack
thank you for making this awesome package , and i do appreciate any help <3
The text was updated successfully, but these errors were encountered:
I'm not sure I follow. Are the links or the comments an XSS vector? How?
i appreciate your response , the markdown links could be used to inject xss attack , i did provide an example with google.com link but it could be javascript instead ...
I'm working on notion alternative using react js and this awesome package , now i didn't succeed on making a dompurify plugin that will sanitize the html before it's rendered on the dom , especially when using markdown comments like
[link](google.com)
as this is a huge door for xss attackthank you for making this awesome package , and i do appreciate any help <3
The text was updated successfully, but these errors were encountered: