add style to the list of bad elements
This commit is contained in:
@@ -55,7 +55,8 @@ class EMailNotification(BaseNotification):
|
||||
"frameset",
|
||||
"head",
|
||||
"iframe",
|
||||
"script"
|
||||
"script",
|
||||
"style"
|
||||
]
|
||||
_good_tags = [
|
||||
"a",
|
||||
|
||||
Reference in New Issue
Block a user