Skip to content

[fix] 129: Sanitizing html injected from API

Allam requested to merge fix/129-get-rid-of-dangerous-HTML-injections into main

integration of DOMPurify to mitigate the risk of XSS attacks by sanitizing user-generated HTML content. Closes #129

Merge request reports