From 1aa89171078e64c9eaae3356431a8e6d7ee35faf Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Wed, 6 Oct 2021 20:35:54 +0200 Subject: [PATCH] add style to the list of bad elements --- pyquarantine/notify.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyquarantine/notify.py b/pyquarantine/notify.py index c70a618..982b961 100644 --- a/pyquarantine/notify.py +++ b/pyquarantine/notify.py @@ -55,7 +55,8 @@ class EMailNotification(BaseNotification): "frameset", "head", "iframe", - "script" + "script", + "style" ] _good_tags = [ "a",