blockquotes & qs allow cite for citation

This commit is contained in:
toastal 2024-02-28 16:46:20 +07:00 committed by Drew DeVault
parent a742952349
commit 6c8adf22ba
1 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,8 @@ _sanitizer_attrs = {
"a": ["href", "title"],
"abbr": ["title"],
"bdo": ["dir"],
"blockquote": ["cite"],
"q": ["cite"],
"th": ["align"],
"td": ["align"],
"img": _img_filter,