This commit is contained in:
cuom1999 2022-10-26 01:11:37 -05:00
parent f768a20b97
commit 0eaffafc73
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ ALLOWED_TAGS = bleach.sanitizer.ALLOWED_TAGS + [
"dd",
"br",
"details",
"summary"
"summary",
]
ALLOWED_ATTRS = ["src", "width", "height", "href", "class", "open"]