Added additional html sanitization before using html on the UI.
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
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