Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
567e41362b
|
|||
|
0fa6ddd870
|
@@ -263,7 +263,7 @@ class EMailNotification(BaseNotification):
|
|||||||
# completly remove bad elements
|
# completly remove bad elements
|
||||||
for element in soup(EMailNotification._bad_tags):
|
for element in soup(EMailNotification._bad_tags):
|
||||||
self.logger.debug(
|
self.logger.debug(
|
||||||
f"{qid}: removing dangerous tag '{element_name}' and its content")
|
f"{qid}: removing dangerous tag '{element.name}' and its content")
|
||||||
element.extract()
|
element.extract()
|
||||||
|
|
||||||
# remove not whitelisted elements, but keep their content
|
# remove not whitelisted elements, but keep their content
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "1.0.1"
|
__version__ = "1.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user