Werk #15686: Allow Links in HTML Emails

Component Notifications
Title Allow Links in HTML Emails
Date Apr 18, 2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.0.0p36 2.1.0p27 2.2.0b5 2.3.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

With Werk #15069 escaping for the Insert HTML section between body and table section was introduced. Unfortunately links were not allowed anymore.

This Werk removes the escaping for links.

Links (a) are now allowed with the attributes href and target. The href needs to be either relative or when absolute must use one of the following URL schemas: http, https, mailto.

To the list of all Werks