add style to the list of bad elements

This commit is contained in:
2021-10-06 20:35:54 +02:00
parent 321579251d
commit 1aa8917107

View File

@@ -55,7 +55,8 @@ class EMailNotification(BaseNotification):
"frameset",
"head",
"iframe",
"script"
"script",
"style"
]
_good_tags = [
"a",