Werk #15686: Allow Links in HTML Emails

Component Notifications
Title Allow Links in HTML Emails
Date Apr 18, 2023
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.3.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.2.0b5 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.1.0p27 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)
2.0.0p36 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

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