Skip to content

Added additional html sanitization before using html on the UI.

Markus Scheidgen requested to merge sanatize-html into develop

Before we add html from the server to the UI's dom, we should run another sanitation, even though it already has been cleaned on the backend.

Changelog: Added

Merge request reports