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
We’ve updated our runner tagging system. If you’re using our shared runners for your CI pipelines, please review the new tags here: https://docs.mpcdf.mpg.de/bnb/220.html#new-tags-for-mpcdf-gitlab-runners
The old tags will remain valid until the end of February 2026.
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