From 9e7691f5ea5ab52d21874e1baab5e43551b93e90 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 22 Oct 2019 23:14:49 +0200 Subject: [PATCH] Add pre tag to whitelist --- pyquarantine/notifications.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyquarantine/notifications.py b/pyquarantine/notifications.py index 3911e46..cdc5504 100644 --- a/pyquarantine/notifications.py +++ b/pyquarantine/notifications.py @@ -72,6 +72,7 @@ class EMailNotification(BaseNotification): "img", "li", "p", + "pre", "span", "table", "td",