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",